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 052d4c2 + 7df4a14 commit 81f81fcCopy full SHA for 81f81fc
.github/workflows/psalm.yml
@@ -11,7 +11,7 @@ jobs:
11
name: psalm
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
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@v4
+ uses: actions/checkout@v5
25
26
27
0 commit comments