Skip to content

Commit d05e070

Browse files
dependabot[bot]benhalverson
authored andcommitted
build(deps): bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent f353f01 commit d05e070

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cleanup-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v2.3.4
1212

1313
- name: Setup GCloud
1414
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master

.github/workflows/gatsby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test-ci:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v2.3.4
1010

1111
- uses: actions/cache@v2.1.5
1212
with:

.github/workflows/generate-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.event.label.name == 'create-preview'
1111
steps:
1212

13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v2.3.4
1414
with:
1515
ref: ${{ github.event.pull_request.head.sha }}
1616

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test-ci:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v2.3.4
1414

1515
- uses: actions/setup-node@v2.1.5
1616

.github/workflows/upload-to-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: github.event.issue.pull_request != null && github.event.comment.body == '/preview'
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v2.3.4
1313

1414
- name: Checkout Git Branch
1515
run: |

0 commit comments

Comments
 (0)