We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb3c729 + dbfbe93 commit 20be191Copy full SHA for 20be191
2 files changed
.github/workflows/psalm.yml
@@ -11,7 +11,7 @@ jobs:
11
name: psalm
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
16
- name: Setup PHP
17
uses: shivammathur/setup-php@v2
.github/workflows/run-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: Checkout code
24
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
25
26
27
0 commit comments