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 fe8516b + 67a85b8 commit 77e432bCopy full SHA for 77e432b
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
if: github.repository == 'phpDocumentor/coding-standard'
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3.1.0
13
- name: Build
14
uses: elgohr/Publish-Docker-Github-Action@master
15
with:
.github/workflows/qa.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Checkout code
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v3.1.0
21
22
- name: Install PHP
23
uses: shivammathur/setup-php@v2
0 commit comments