Skip to content

Commit 77e432b

Browse files
authored
Merge pull request #54 from phpDocumentor/dependabot/github_actions/actions/checkout-3.1.0
Bump actions/checkout from 2 to 3.1.0
2 parents fe8516b + 67a85b8 commit 77e432b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.repository == 'phpDocumentor/coding-standard'
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3.1.0
1313
- name: Build
1414
uses: elgohr/Publish-Docker-Github-Action@master
1515
with:

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3.1.0
2121

2222
- name: Install PHP
2323
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)