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 5b29714 + a2c0d0e commit 65287dfCopy full SHA for 65287df
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
php-version: 8.3
20
21
- name: Checkout
22
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
23
with:
24
persist-credentials: false
25
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
28
29
30
31
32
submodules: true
33
.github/workflows/zizmor.yml
@@ -15,7 +15,7 @@ jobs:
15
security-events: write
16
steps:
17
- name: Checkout repository
18
0 commit comments