Skip to content

Commit 864aa78

Browse files
ci(deps): Bump actions/checkout from 4.1.3 to 4.1.4 (#422)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ce0bad commit 864aa78

File tree

12 files changed

+27
-27
lines changed

12 files changed

+27
-27
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
3636
- id: checkout
3737
name: Checkout ${{ github.head_ref }}
38-
uses: actions/checkout@v4.1.3
38+
uses: actions/checkout@v4.1.4
3939
with:
4040
persist-credentials: false
4141
ref: ${{ github.head_ref }}

.github/workflows/auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: gh auth status
5959
- id: checkout
6060
name: Checkout ${{ github.head_ref }}
61-
uses: actions/checkout@v4.1.3
61+
uses: actions/checkout@v4.1.4
6262
with:
6363
persist-credentials: false
6464
ref: ${{ github.head_ref }}

.github/workflows/cache-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: hmarr/debug-action@v3.0.0
4747
- id: checkout
4848
name: Checkout main
49-
uses: actions/checkout@v4.1.3
49+
uses: actions/checkout@v4.1.4
5050
with:
5151
persist-credentials: false
5252
ref: main

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: hmarr/debug-action@v3.0.0
6767
- id: checkout
6868
name: Checkout ${{ env.REF_NAME }}
69-
uses: actions/checkout@v4.1.3
69+
uses: actions/checkout@v4.1.4
7070
with:
7171
persist-credentials: false
7272
ref: ${{ env.REF }}
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- id: checkout
105105
name: Checkout ${{ env.REF_NAME }}
106-
uses: actions/checkout@v4.1.3
106+
uses: actions/checkout@v4.1.4
107107
with:
108108
fetch-depth: 0
109109
persist-credentials: false
@@ -131,7 +131,7 @@ jobs:
131131
steps:
132132
- id: checkout
133133
name: Checkout ${{ env.REF_NAME }}
134-
uses: actions/checkout@v4.1.3
134+
uses: actions/checkout@v4.1.4
135135
with:
136136
fetch-depth: 0
137137
persist-credentials: false
@@ -156,7 +156,7 @@ jobs:
156156
steps:
157157
- id: checkout
158158
name: Checkout ${{ env.REF_NAME }}
159-
uses: actions/checkout@v4.1.3
159+
uses: actions/checkout@v4.1.4
160160
with:
161161
persist-credentials: false
162162
ref: ${{ env.REF }}
@@ -185,7 +185,7 @@ jobs:
185185
steps:
186186
- id: checkout
187187
name: Checkout ${{ env.REF_NAME }}
188-
uses: actions/checkout@v4.1.3
188+
uses: actions/checkout@v4.1.4
189189
with:
190190
persist-credentials: false
191191
ref: ${{ env.REF }}
@@ -214,7 +214,7 @@ jobs:
214214
steps:
215215
- id: checkout
216216
name: Checkout ${{ env.REF_NAME }}
217-
uses: actions/checkout@v4.1.3
217+
uses: actions/checkout@v4.1.4
218218
with:
219219
persist-credentials: false
220220
ref: ${{ env.REF }}
@@ -249,7 +249,7 @@ jobs:
249249
steps:
250250
- id: checkout
251251
name: Checkout ${{ env.REF_NAME }}
252-
uses: actions/checkout@v4.1.3
252+
uses: actions/checkout@v4.1.4
253253
with:
254254
persist-credentials: false
255255
ref: ${{ env.REF }}
@@ -301,7 +301,7 @@ jobs:
301301
steps:
302302
- id: checkout
303303
name: Checkout ${{ env.REF_NAME }}
304-
uses: actions/checkout@v4.1.3
304+
uses: actions/checkout@v4.1.4
305305
with:
306306
persist-credentials: false
307307
ref: ${{ env.REF }}
@@ -363,7 +363,7 @@ jobs:
363363
steps:
364364
- id: checkout
365365
name: Checkout ${{ env.REF_NAME }}
366-
uses: actions/checkout@v4.1.3
366+
uses: actions/checkout@v4.1.4
367367
with:
368368
persist-credentials: false
369369
ref: ${{ env.REF }}
@@ -413,7 +413,7 @@ jobs:
413413
steps:
414414
- id: checkout
415415
name: Checkout ${{ env.REF_NAME }}
416-
uses: actions/checkout@v4.1.3
416+
uses: actions/checkout@v4.1.4
417417
with:
418418
fetch-depth: 0
419419
persist-credentials: false

.github/workflows/dependabot-dedupe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
4949
- id: checkout
5050
name: Checkout ${{ github.head_ref }}
51-
uses: actions/checkout@v4.1.3
51+
uses: actions/checkout@v4.1.4
5252
with:
5353
persist-credentials: false
5454
ref: ${{ github.head_ref }}

.github/workflows/infrastructure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
5252
- id: checkout
5353
name: Checkout ${{ github.ref_name }}@${{ github.sha }}
54-
uses: actions/checkout@v4.1.3
54+
uses: actions/checkout@v4.1.4
5555
with:
5656
persist-credentials: false
5757
ref: ${{ github.sha }}

.github/workflows/integrity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- id: checkout
4545
name: Checkout ${{ github.head_ref || github.ref_name }}
46-
uses: actions/checkout@v4.1.3
46+
uses: actions/checkout@v4.1.4
4747
with:
4848
persist-credentials: false
4949
ref: ${{ github.head_ref || github.ref }}

.github/workflows/label-linked-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: hmarr/debug-action@v3.0.0
4545
- id: checkout
4646
name: Checkout main
47-
uses: actions/checkout@v4.1.3
47+
uses: actions/checkout@v4.1.4
4848
with:
4949
persist-credentials: false
5050
ref: main

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: hmarr/debug-action@v3.0.0
4848
- id: checkout
4949
name: Checkout ${{ github.ref_name }}
50-
uses: actions/checkout@v4.1.3
50+
uses: actions/checkout@v4.1.4
5151
with:
5252
persist-credentials: false
5353
ref: ${{ github.ref }}
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- id: checkout
8585
name: Checkout ${{ github.ref_name }}
86-
uses: actions/checkout@v4.1.3
86+
uses: actions/checkout@v4.1.4
8787
with:
8888
persist-credentials: false
8989
ref: ${{ github.ref }}
@@ -122,7 +122,7 @@ jobs:
122122
steps:
123123
- id: checkout
124124
name: Checkout ${{ github.ref_name }}
125-
uses: actions/checkout@v4.1.3
125+
uses: actions/checkout@v4.1.4
126126
with:
127127
persist-credentials: false
128128
ref: ${{ github.ref }}

.github/workflows/release-chore.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
exit 1
5454
- id: checkout
5555
name: Checkout ${{ github.ref_name }}
56-
uses: actions/checkout@v4.1.3
56+
uses: actions/checkout@v4.1.4
5757
with:
5858
persist-credentials: false
5959
ref: ${{ github.ref }}
@@ -109,7 +109,7 @@ jobs:
109109
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
110110
- id: checkout
111111
name: Checkout ${{ github.ref_name }}
112-
uses: actions/checkout@v4.1.3
112+
uses: actions/checkout@v4.1.4
113113
with:
114114
ref: ${{ github.ref }}
115115
token: ${{ steps.bot-token.outputs.token }}
@@ -136,7 +136,7 @@ jobs:
136136
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
137137
- id: checkout
138138
name: Checkout ${{ needs.preflight.outputs.branch }}
139-
uses: actions/checkout@v4.1.3
139+
uses: actions/checkout@v4.1.4
140140
with:
141141
fetch-depth: 0
142142
persist-credentials: false
@@ -196,7 +196,7 @@ jobs:
196196
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
197197
- id: checkout
198198
name: Checkout ${{ needs.preflight.outputs.branch }}
199-
uses: actions/checkout@v4.1.3
199+
uses: actions/checkout@v4.1.4
200200
with:
201201
persist-credentials: false
202202
ref: ${{ needs.preflight.outputs.branch }}

0 commit comments

Comments
 (0)