Skip to content

Commit 7d8533e

Browse files
build(deps): bump actions/checkout from 3.0.2 to 3.1.0 (#2110)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@2541b12...93ea575) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f3acbc commit 7d8533e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: All required files are present
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
11+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
1212

1313
- name: All required files are present
1414
run: bin/check_required_files_present
@@ -17,13 +17,13 @@ jobs:
1717
name: No test has been mutated
1818
runs-on: ubuntu-20.04
1919
steps:
20-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
20+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2121
with:
2222
path: "new"
2323

2424
# Pull Requests
2525
- name: Checkout the target branch
26-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
26+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2727
with:
2828
ref: "${{ github.base_ref }}"
2929
path: "old"
@@ -39,7 +39,7 @@ jobs:
3939
name: Schema validation
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
42+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
4343

4444
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd
4545
with:
@@ -123,7 +123,7 @@ jobs:
123123
name: Lint markdown files
124124
runs-on: ubuntu-latest
125125
steps:
126-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
126+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
127127

128128
- uses: DavidAnson/markdownlint-cli2-action@744f913a124058ee903768d3adb92a4847e5d132
129129
with:
@@ -134,7 +134,7 @@ jobs:
134134
name: Lint json files
135135
runs-on: ubuntu-latest
136136
steps:
137-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
137+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
138138

139139
- name: Get yarn cache directory path
140140
id: yarn-cache-dir-path

.github/workflows/rebase.yml

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

1313
steps:
14-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
14+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)