Skip to content

Commit d3ab66d

Browse files
committed
Update job to actions/checkout@v6
1 parent 7d234c0 commit d3ab66d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- name: Configure Git Credentials
1414
run: |
1515
git config user.name github-actions[bot]

0 commit comments

Comments
 (0)