We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3778e0b + fde21b8 commit d3432e8Copy full SHA for d3432e8
1 file changed
.github/workflows/update.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: checkout repo content
11
- uses: actions/checkout@v5 # checkout the repository content to github runner.
+ uses: actions/checkout@v6 # checkout the repository content to github runner.
12
- name: execute sh script
13
run: |
14
shopt -s globstar
0 commit comments