Skip to content

Commit e536079

Browse files
chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#2272)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0d95ce commit e536079

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v2.3.5
33+
uses: actions/checkout@v2.4.0
3434
with:
3535
# We must fetch at least the immediate parents so that if this is
3636
# a pull request then we can checkout the head.

.github/workflows/cra-templates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
CI: true
1919

2020
steps:
21-
- uses: actions/checkout@v2.3.5
21+
- uses: actions/checkout@v2.4.0
2222
- name: Use Node.js
2323
uses: actions/setup-node@v2.4.1
2424
with:
@@ -46,7 +46,7 @@ jobs:
4646
CI: true
4747

4848
steps:
49-
- uses: actions/checkout@v2.3.5
49+
- uses: actions/checkout@v2.4.0
5050
- name: Use Node.js
5151
uses: actions/setup-node@v2.4.1
5252
with:

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2.3.5
12+
- uses: actions/checkout@v2.4.0
1313
with:
1414
fetch-depth: 1
1515

@@ -31,7 +31,7 @@ jobs:
3131

3232
# Steps represent a sequence of tasks that will be executed as part of the job
3333
steps:
34-
- uses: actions/checkout@v2.3.5
34+
- uses: actions/checkout@v2.4.0
3535
with:
3636
persist-credentials: false
3737

@@ -68,7 +68,7 @@ jobs:
6868
CI: true
6969

7070
steps:
71-
- uses: actions/checkout@v2.3.5
71+
- uses: actions/checkout@v2.4.0
7272
- name: Use Node.js
7373
uses: actions/setup-node@v2.4.1
7474
with:
@@ -91,6 +91,6 @@ jobs:
9191
reuse-compliance:
9292
runs-on: ubuntu-latest
9393
steps:
94-
- uses: actions/checkout@v2.3.5
94+
- uses: actions/checkout@v2.4.0
9595
- name: REUSE Compliance Check
9696
uses: fsfe/reuse-action@v1.1

.github/workflows/release-custom-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v2.3.5
21+
- uses: actions/checkout@v2.4.0
2222
with:
2323
token: ${{ secrets.ACCESS_TOKEN }}
2424
fetch-depth: 0

.github/workflows/release-rc.yml

Lines changed: 1 addition & 1 deletion
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.5
17+
- uses: actions/checkout@v2.4.0
1818
with:
1919
token: ${{ secrets.ACCESS_TOKEN }}
2020
fetch-depth: 0

.github/workflows/release-snapshot.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

1111
steps:
12-
- uses: actions/checkout@v2.3.5
12+
- uses: actions/checkout@v2.4.0
1313
with:
1414
token: ${{ secrets.ACCESS_TOKEN }}
1515
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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.5
17+
- uses: actions/checkout@v2.4.0
1818
with:
1919
token: ${{ secrets.ACCESS_TOKEN }}
2020
fetch-depth: 0

0 commit comments

Comments
 (0)