Skip to content

Commit d3432e8

Browse files
Merge pull request #8 from ProgramComputer/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 3778e0b + fde21b8 commit d3432e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: checkout repo content
11-
uses: actions/checkout@v5 # checkout the repository content to github runner.
11+
uses: actions/checkout@v6 # checkout the repository content to github runner.
1212
- name: execute sh script
1313
run: |
1414
shopt -s globstar

0 commit comments

Comments
 (0)