Skip to content

Commit 1df9050

Browse files
ci: bump actions/checkout from 4.1.6 to 4.1.7 (#392)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) --- 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 e699aa4 commit 1df9050

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/audit_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- bans licenses sources
2323

2424
steps:
25-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
25+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2626
with:
2727
persist-credentials: false
2828
- uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868

.github/workflows/code_coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
options: --security-opt seccomp=unconfined
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
19+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2020
with:
2121
persist-credentials: false
2222

.github/workflows/daily_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- nightly
1818
steps:
1919
- name: Checkout sources
20-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
20+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2121
with:
2222
persist-credentials: false
2323

.github/workflows/lints.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout sources
13-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
13+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1414
with:
1515
persist-credentials: false
1616

.github/workflows/test.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
steps:
3333
- name: Checkout sources
34-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
34+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3535
with:
3636
persist-credentials: false
3737

@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
steps:
108108
- name: Checkout sources
109-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
109+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
110110
with:
111111
persist-credentials: false
112112

@@ -131,7 +131,7 @@ jobs:
131131
- stable
132132
- nightly
133133
steps:
134-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
134+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
135135
with:
136136
persist-credentials: false
137137
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
@@ -156,7 +156,7 @@ jobs:
156156
- armv7-unknown-linux-gnueabihf
157157
- powerpc64-unknown-linux-gnu
158158
steps:
159-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
159+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
160160
with:
161161
persist-credentials: false
162162
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
@@ -180,7 +180,7 @@ jobs:
180180
arch:
181181
- wasm32-unknown-unknown
182182
steps:
183-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
183+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
184184
with:
185185
persist-credentials: false
186186
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
@@ -197,7 +197,7 @@ jobs:
197197
name: Build documentation
198198
runs-on: ubuntu-latest
199199
steps:
200-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
200+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
201201
with:
202202
persist-credentials: false
203203
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
@@ -213,7 +213,7 @@ jobs:
213213
name: Build and check benchmarks
214214
runs-on: ubuntu-latest
215215
steps:
216-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
216+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
217217
with:
218218
persist-credentials: false
219219
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af

0 commit comments

Comments
 (0)