Skip to content

Commit 0452bd3

Browse files
authored
Merge pull request #63 from rdohms/dependabot/github_actions/actions/checkout-2.4.0
Bump actions/checkout from 2.3.4 to 2.4.0
2 parents e2ca5c3 + 0c82829 commit 0452bd3

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v2.3.4
23+
uses: actions/checkout@v2.4.0
2424

2525
- name: Setup PHP
2626
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.3.4
13+
uses: actions/checkout@v2.4.0
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
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout code
46-
uses: actions/checkout@v2.3.4
46+
uses: actions/checkout@v2.4.0
4747

4848
- name: Setup PHP
4949
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)