Skip to content

Commit bf5edd2

Browse files
committed
upgrade actions/checkout workflow to v4
1 parent 9b34cb2 commit bf5edd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout your repository using git
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v0
2525

0 commit comments

Comments
 (0)