Skip to content

Commit f7d451b

Browse files
ci(deps): Bump actions/checkout from 5.0.0 to 5.0.1 (#619)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcd1515 commit f7d451b

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@v5.0.0
38+
uses: actions/checkout@v5.0.1
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@v5.0.0
61+
uses: actions/checkout@v5.0.1
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@v5.0.0
49+
uses: actions/checkout@v5.0.1
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
@@ -68,7 +68,7 @@ jobs:
6868
uses: hmarr/debug-action@v3.0.0
6969
- id: checkout
7070
name: Checkout ${{ env.REF_NAME }}
71-
uses: actions/checkout@v5.0.0
71+
uses: actions/checkout@v5.0.1
7272
with:
7373
persist-credentials: false
7474
ref: ${{ env.REF }}
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- id: checkout
117117
name: Checkout ${{ env.REF_NAME }}
118-
uses: actions/checkout@v5.0.0
118+
uses: actions/checkout@v5.0.1
119119
with:
120120
fetch-depth: 0
121121
persist-credentials: false
@@ -143,7 +143,7 @@ jobs:
143143
steps:
144144
- id: checkout
145145
name: Checkout
146-
uses: actions/checkout@v5.0.0
146+
uses: actions/checkout@v5.0.1
147147
with:
148148
fetch-depth: 0
149149
- id: scan
@@ -166,7 +166,7 @@ jobs:
166166
steps:
167167
- id: checkout
168168
name: Checkout ${{ env.REF_NAME }}
169-
uses: actions/checkout@v5.0.0
169+
uses: actions/checkout@v5.0.1
170170
with:
171171
persist-credentials: false
172172
ref: ${{ env.REF }}
@@ -195,7 +195,7 @@ jobs:
195195
steps:
196196
- id: checkout
197197
name: Checkout ${{ env.REF_NAME }}
198-
uses: actions/checkout@v5.0.0
198+
uses: actions/checkout@v5.0.1
199199
with:
200200
persist-credentials: false
201201
ref: ${{ env.REF }}
@@ -224,7 +224,7 @@ jobs:
224224
steps:
225225
- id: checkout
226226
name: Checkout ${{ env.REF_NAME }}
227-
uses: actions/checkout@v5.0.0
227+
uses: actions/checkout@v5.0.1
228228
with:
229229
persist-credentials: false
230230
ref: ${{ env.REF }}
@@ -263,7 +263,7 @@ jobs:
263263
steps:
264264
- id: checkout
265265
name: Checkout ${{ env.REF_NAME }}
266-
uses: actions/checkout@v5.0.0
266+
uses: actions/checkout@v5.0.1
267267
with:
268268
persist-credentials: false
269269
ref: ${{ env.REF }}
@@ -317,7 +317,7 @@ jobs:
317317
steps:
318318
- id: checkout
319319
name: Checkout ${{ env.REF_NAME }}
320-
uses: actions/checkout@v5.0.0
320+
uses: actions/checkout@v5.0.1
321321
with:
322322
persist-credentials: false
323323
ref: ${{ env.REF }}
@@ -388,7 +388,7 @@ jobs:
388388
steps:
389389
- id: checkout
390390
name: Checkout ${{ env.REF_NAME }}
391-
uses: actions/checkout@v5.0.0
391+
uses: actions/checkout@v5.0.1
392392
with:
393393
persist-credentials: false
394394
ref: ${{ env.REF }}
@@ -440,7 +440,7 @@ jobs:
440440
steps:
441441
- id: checkout
442442
name: Checkout ${{ env.REF_NAME }}
443-
uses: actions/checkout@v5.0.0
443+
uses: actions/checkout@v5.0.1
444444
with:
445445
fetch-depth: 0
446446
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@v5.0.0
51+
uses: actions/checkout@v5.0.1
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@v5.0.0
54+
uses: actions/checkout@v5.0.1
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@v5.0.0
46+
uses: actions/checkout@v5.0.1
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@v5.0.0
47+
uses: actions/checkout@v5.0.1
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@v5.0.0
50+
uses: actions/checkout@v5.0.1
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@v5.0.0
86+
uses: actions/checkout@v5.0.1
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@v5.0.0
125+
uses: actions/checkout@v5.0.1
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@v5.0.0
56+
uses: actions/checkout@v5.0.1
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@v5.0.0
112+
uses: actions/checkout@v5.0.1
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@v5.0.0
139+
uses: actions/checkout@v5.0.1
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@v5.0.0
199+
uses: actions/checkout@v5.0.1
200200
with:
201201
persist-credentials: false
202202
ref: ${{ needs.preflight.outputs.branch }}

0 commit comments

Comments
 (0)