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.
1 parent 00c4c75 commit fd09058Copy full SHA for fd09058
.github/workflows/psalm.yml
@@ -13,7 +13,7 @@ jobs:
13
# Steps represent a sequence of tasks that will be executed as part of the job
14
steps:
15
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
18
- name: Psalm – Static Analysis for PHP
19
uses: docker://vimeo/psalm-github-actions:4.18.1
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
20
- name: Checkout the code
21
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
22
23
- name: Setup PHP
24
uses: shivammathur/setup-php@v2
0 commit comments