Skip to content

Commit e9c8746

Browse files
ci: bump actions/checkout from 4.1.7 to 4.2.0 (#402)
1 parent ea0a564 commit e9c8746

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/audit_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- bans licenses sources
2323

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

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
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@692973e3d937129bcbf40652eb9f2f61becf3332
19+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2020
with:
2121
persist-credentials: false
2222

.github/workflows/daily_tests.yml

Lines changed: 1 addition & 1 deletion
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@692973e3d937129bcbf40652eb9f2f61becf3332
20+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2121
with:
2222
persist-credentials: false
2323

.github/workflows/lints.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
steps:
1212
- name: Checkout sources
13-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
13+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1414
with:
1515
persist-credentials: false
1616

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131
steps:
3232
- name: Checkout sources
33-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
33+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3434
with:
3535
persist-credentials: false
3636

@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Checkout sources
71-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
71+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
7272
with:
7373
persist-credentials: false
7474

@@ -92,7 +92,7 @@ jobs:
9292
- stable
9393
- nightly
9494
steps:
95-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
95+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
9696
with:
9797
persist-credentials: false
9898

@@ -112,7 +112,7 @@ jobs:
112112
- armv7-unknown-linux-gnueabihf
113113
- powerpc64-unknown-linux-gnu
114114
steps:
115-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
115+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
116116
with:
117117
persist-credentials: false
118118

@@ -131,7 +131,7 @@ jobs:
131131
arch:
132132
- wasm32-unknown-unknown
133133
steps:
134-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
134+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
135135
with:
136136
persist-credentials: false
137137

@@ -146,7 +146,7 @@ jobs:
146146
name: Build documentation
147147
runs-on: ubuntu-latest
148148
steps:
149-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
149+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
150150
with:
151151
persist-credentials: false
152152

@@ -158,7 +158,7 @@ jobs:
158158
name: Build and check benchmarks
159159
runs-on: ubuntu-latest
160160
steps:
161-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
161+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
162162
with:
163163
persist-credentials: false
164164

0 commit comments

Comments
 (0)