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.
2 parents cb6ec40 + 722a86c commit b6f05e4Copy full SHA for b6f05e4
.github/workflows/daily-static-update.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout repository
16
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
17
with:
18
fetch-depth: 0 # Ensure all tags are fetched
19
.github/workflows/php.yml
@@ -15,7 +15,7 @@ jobs:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
20
- name: Validate composer.json and composer.lock
21
run: composer validate --strict
0 commit comments