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 7bb048c + c32c51d commit 8835d5eCopy full SHA for 8835d5e
3 files changed
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
20
tools: composer
21
22
- name: Checkout
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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
@@ -17,7 +17,7 @@ jobs:
17
actions: read
18
steps:
19
- name: Checkout repository
0 commit comments