Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit e167203

Browse files
Bump actions/checkout from 1 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 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@v1...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a27151 commit e167203

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
test:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v1
29+
- uses: actions/checkout@v2.3.4
3030
- uses: guardian/actions-setup-node@main
3131
- uses: actions/cache@v2
3232
with:

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v2.3.4
1717
- uses: guardian/actions-setup-node@main
1818
- uses: actions/cache@v2
1919
with:

.github/workflows/pr-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v2.3.4
1616
- uses: guardian/actions-setup-node@main
1717
- uses: actions/cache@v2
1818
with:

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: [12.x]
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v2.3.4
1818
- name: Run Snyk to check for vulnerabilities
1919
uses: snyk/actions/node@master
2020
env:

0 commit comments

Comments
 (0)