We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c5a95 commit 71c6f47Copy full SHA for 71c6f47
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- name: Configure Git Credentials
14
run: |
15
git config user.name github-actions[bot]
.github/workflows/validate.yml
- name: Checkout code
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: "Check file existence"
id: check_files
0 commit comments