Skip to content

Commit dd9ffb4

Browse files
renovate[bot]JP-Ellis
authored andcommitted
chore(deps): update actions/checkout digest to 1d96c77
1 parent 423e7aa commit dd9ffb4

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
31+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
74+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
143+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
198+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
23+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
55+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
5656
with:
5757
submodules: true
5858

@@ -108,7 +108,7 @@ jobs:
108108
experimental: [false]
109109

110110
steps:
111-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
111+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
112112
with:
113113
submodules: true
114114

@@ -161,7 +161,7 @@ jobs:
161161
PACT_BROKER_DATABASE_URL: sqlite:////tmp/pact_broker.sqlite
162162

163163
steps:
164-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
164+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
165165

166166
- name: Set up Python 3
167167
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
@@ -194,7 +194,7 @@ jobs:
194194
runs-on: ubuntu-latest
195195

196196
steps:
197-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
197+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
198198

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

0 commit comments

Comments
 (0)