Skip to content

Commit 583de3e

Browse files
build(deps): bump actions/checkout from 3.5.0 to 3.5.2 (#2268)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8f4b7f8...8e5e7e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4a001a commit 583de3e

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
@@ -12,7 +12,7 @@ jobs:
1212
name: All required files are present
1313
runs-on: ubuntu-22.04
1414
steps:
15-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
15+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
1616

1717
- name: All required files are present
1818
run: bin/check_required_files_present
@@ -21,13 +21,13 @@ jobs:
2121
name: No test has been mutated
2222
runs-on: ubuntu-20.04
2323
steps:
24-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
24+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2525
with:
2626
path: "new"
2727

2828
# Pull Requests
2929
- name: Checkout the target branch
30-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
30+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3131
with:
3232
ref: "${{ github.base_ref }}"
3333
path: "old"
@@ -43,7 +43,7 @@ jobs:
4343
name: Schema validation
4444
runs-on: ubuntu-22.04
4545
steps:
46-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
46+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
4747

4848
- name: Setup nodejs
4949
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
@@ -115,7 +115,7 @@ jobs:
115115
name: Lint markdown files
116116
runs-on: ubuntu-22.04
117117
steps:
118-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
118+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
119119

120120
- uses: DavidAnson/markdownlint-cli2-action@5b7c9f74fec47e6b15667b2cc23c63dff11e449e # v9.0.0
121121
with:
@@ -126,7 +126,7 @@ jobs:
126126
name: Lint json files
127127
runs-on: ubuntu-22.04
128128
steps:
129-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
129+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
130130

131131
- name: Setup nodejs
132132
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0

.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-22.04
1212

1313
steps:
14-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
14+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)