Skip to content

Commit f849530

Browse files
chore(deps): update actions/checkout digest to 0ad4b8f
1 parent d9666e9 commit f849530

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-20.04
2929

3030
steps:
31-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
31+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
3232
with:
3333
# Fetch all tags
3434
fetch-depth: 0
@@ -71,7 +71,7 @@ jobs:
7171
archs: AMD64
7272

7373
steps:
74-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
74+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
7575
with:
7676
# Fetch all tags
7777
fetch-depth: 0
@@ -140,7 +140,7 @@ jobs:
140140
build: ""
141141

142142
steps:
143-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
143+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
144144
with:
145145
# Fetch all tags
146146
fetch-depth: 0
@@ -195,7 +195,7 @@ jobs:
195195

196196
steps:
197197
- name: Checkout code
198-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
198+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
199199
with:
200200
# Fetch all tags
201201
fetch-depth: 0

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
19+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout Code
23-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
23+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2424

2525
- name: Synchronize labels
2626
uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
experimental: true
5353

5454
steps:
55-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
55+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
5656
with:
5757
submodules: true
5858

@@ -117,7 +117,7 @@ jobs:
117117
python-version: "3.9"
118118

119119
steps:
120-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
120+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
121121
with:
122122
submodules: true
123123

@@ -170,7 +170,7 @@ jobs:
170170
PACT_BROKER_DATABASE_URL: sqlite:////tmp/pact_broker.sqlite
171171

172172
steps:
173-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
173+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
174174

175175
- name: Set up Python 3
176176
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
@@ -203,7 +203,7 @@ jobs:
203203
runs-on: ubuntu-latest
204204

205205
steps:
206-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
206+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
207207

208208
- name: Set up Python
209209
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5

0 commit comments

Comments
 (0)