Skip to content

Commit 2ad9268

Browse files
committed
Update Checkout action
1 parent fd55ed8 commit 2ad9268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
- name: Set up Git
2929
run: |
3030
git config user.name 'github-actions'

0 commit comments

Comments
 (0)