Skip to content

Commit a54c72d

Browse files
authored
Merge pull request #66 from rdohms/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2.4.0 to 3
2 parents 428293c + cc3df8a commit a54c72d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-cs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v2.4.0
29+
uses: actions/checkout@v3
3030

3131
- name: Setup PHP
3232
uses: shivammathur/setup-php@v2

.github/workflows/promote-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2.4.0
13+
uses: actions/checkout@v3
1414
with:
1515
ref: ${{ github.ref }}
1616
- name: Pick Release Version from git tag

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Checkout code
58-
uses: actions/checkout@v2.4.0
58+
uses: actions/checkout@v3
5959

6060
- name: Setup PHP
6161
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)