There was an error while loading. Please reload this page.
2 parents 01b8830 + 45398db commit 97da0fbCopy full SHA for 97da0fb
2 files changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
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@v5
+ uses: actions/checkout@v6
- name: "Check file existence"
id: check_files
0 commit comments