Skip to content

Commit 49bd751

Browse files
Bump actions/checkout from 2.3.2 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.2 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.2...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0464be8 commit 49bd751

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/production-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2.3.2
13+
- uses: actions/checkout@v3.0.2
1414
- name: Setup Node.js environment
1515
uses: actions/setup-node@v2-beta
1616
with:

.github/workflows/pull-requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v2.3.2
17+
- uses: actions/checkout@v3.0.2
1818
with:
1919
ref: ${{ github.ref }}
2020
- name: Setup Node.js environment
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434

3535
steps:
36-
- uses: actions/checkout@v2.3.2
36+
- uses: actions/checkout@v3.0.2
3737
- name: Setup Node.js environment
3838
uses: actions/setup-node@v2-beta
3939
with:

.github/workflows/staging-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2.3.2
13+
- uses: actions/checkout@v3.0.2
1414
- name: Setup Node.js environment
1515
uses: actions/setup-node@v2-beta
1616
with:

0 commit comments

Comments
 (0)