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 8566875 + ffeb2fe commit bf2aa2bCopy full SHA for bf2aa2b
.github/workflows/reports.yml
@@ -21,7 +21,7 @@ jobs:
21
name: Generate Reports
22
runs-on: ubuntu-latest
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
25
26
- name: Get Composer Cache Directory
27
id: composer-cache
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
matrix:
php-version: [ '8.3', '8.4', '8.5' ]
28
29
30
.github/workflows/wiki.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
token: ${{ github.token }}
submodules: recursive
0 commit comments