We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da3ccb9 + 87bde0c commit 152d04fCopy full SHA for 152d04f
3 files changed
.github/workflows/coding-style.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: "ubuntu-latest"
11
12
steps:
13
- - uses: "actions/checkout@v6"
+ - uses: "actions/checkout@v7"
14
15
- name: "Setup PHP Action"
16
uses: "shivammathur/setup-php@v2"
.github/workflows/static-analysis.yml
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
php-versions: '8.3'
25
26
27
28
29
- name: "Cache Composer packages"
30
id: "composer-cache"
0 commit comments