Skip to content

Commit 13025d1

Browse files
Update actions/checkout action to v6
1 parent 66332e9 commit 13025d1

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
use-cross: true
4141
features: "--no-default-features --features rustls"
4242
steps:
43-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
43+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4444
with:
4545
fetch-depth: 0
4646

@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
104+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
105105
with:
106106
fetch-depth: 0
107107

@@ -135,7 +135,7 @@ jobs:
135135

136136
steps:
137137
- name: Checkout
138-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
138+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
139139
with:
140140
fetch-depth: 0
141141

.github/workflows/int_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
steps:
14-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
use-cross: true
4545
features: "--no-default-features --features rustls"
4646
steps:
47-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
47+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4848
with:
4949
fetch-depth: 0
5050

@@ -154,7 +154,7 @@ jobs:
154154

155155
steps:
156156
- name: Checkout
157-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
157+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
158158
with:
159159
fetch-depth: 0
160160

@@ -218,7 +218,7 @@ jobs:
218218

219219
steps:
220220
- name: Checkout
221-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
221+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
222222
with:
223223
fetch-depth: 0
224224

@@ -284,7 +284,7 @@ jobs:
284284
needs: [ build, build-win, build-mac ]
285285
runs-on: ubuntu-latest
286286
steps:
287-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
287+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
288288
with:
289289
fetch-depth: 0
290290
- name: Extract crate information

0 commit comments

Comments
 (0)