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 31c787b + b860e81 commit b8ddacaCopy full SHA for b8ddaca
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
php-version: 8.3
20
21
- name: Checkout
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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
@@ -17,7 +17,7 @@ jobs:
17
actions: read
18
steps:
- name: Checkout repository
0 commit comments