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 bdf4ae5 + 071dd1f commit 7adec28Copy full SHA for 7adec28
3 files changed
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
20
tools: composer
21
22
- name: Checkout
23
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
24
with:
25
persist-credentials: false
26
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
28
29
30
31
32
33
.github/workflows/zizmor.yml
@@ -15,7 +15,7 @@ jobs:
15
security-events: write
16
steps:
17
- name: Checkout repository
18
19
0 commit comments