Skip to content

Commit 9f6a61b

Browse files
Update actions/checkout digest to b4ffde6
1 parent 49215c6 commit 9f6a61b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/publish.yml

Lines changed: 3 additions & 3 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
222222
with:
223223
fetch-depth: 0
224224

0 commit comments

Comments
 (0)