Skip to content

Commit 1ee2bd5

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

File tree

11 files changed

+25
-25
lines changed

11 files changed

+25
-25
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
4242
- id: checkout
4343
name: Checkout ${{ github.head_ref }}
44-
uses: actions/checkout@v4.2.2
44+
uses: actions/checkout@v5.0.0
4545
with:
4646
persist-credentials: false
4747
ref: ${{ github.head_ref }}

.github/workflows/auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: gh auth status
6666
- id: checkout
6767
name: Checkout ${{ github.head_ref }}
68-
uses: actions/checkout@v4.2.2
68+
uses: actions/checkout@v5.0.0
6969
with:
7070
persist-credentials: false
7171
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.2.2
49+
uses: actions/checkout@v5.0.0
5050
with:
5151
persist-credentials: false
5252
ref: main

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: hmarr/debug-action@v3.0.0
6262
- id: checkout
6363
name: Checkout ${{ env.REF_NAME }}
64-
uses: actions/checkout@v4.2.2
64+
uses: actions/checkout@v5.0.0
6565
with:
6666
persist-credentials: false
6767
ref: ${{ env.REF }}
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- id: checkout
101101
name: Checkout ${{ env.REF_NAME }}
102-
uses: actions/checkout@v4.2.2
102+
uses: actions/checkout@v5.0.0
103103
with:
104104
fetch-depth: 0
105105
persist-credentials: false
@@ -127,7 +127,7 @@ jobs:
127127
steps:
128128
- id: checkout
129129
name: Checkout
130-
uses: actions/checkout@v4.2.2
130+
uses: actions/checkout@v5.0.0
131131
with:
132132
fetch-depth: 0
133133
- id: scan
@@ -150,7 +150,7 @@ jobs:
150150
steps:
151151
- id: checkout
152152
name: Checkout ${{ env.REF_NAME }}
153-
uses: actions/checkout@v4.2.2
153+
uses: actions/checkout@v5.0.0
154154
with:
155155
persist-credentials: false
156156
ref: ${{ env.REF }}
@@ -179,7 +179,7 @@ jobs:
179179
steps:
180180
- id: checkout
181181
name: Checkout ${{ env.REF_NAME }}
182-
uses: actions/checkout@v4.2.2
182+
uses: actions/checkout@v5.0.0
183183
with:
184184
persist-credentials: false
185185
ref: ${{ env.REF }}
@@ -208,7 +208,7 @@ jobs:
208208
steps:
209209
- id: checkout
210210
name: Checkout ${{ env.REF_NAME }}
211-
uses: actions/checkout@v4.2.2
211+
uses: actions/checkout@v5.0.0
212212
with:
213213
persist-credentials: false
214214
ref: ${{ env.REF }}
@@ -239,7 +239,7 @@ jobs:
239239
steps:
240240
- id: checkout
241241
name: Checkout ${{ env.REF_NAME }}
242-
uses: actions/checkout@v4.2.2
242+
uses: actions/checkout@v5.0.0
243243
with:
244244
persist-credentials: false
245245
ref: ${{ env.REF }}
@@ -287,7 +287,7 @@ jobs:
287287
steps:
288288
- id: checkout
289289
name: Checkout ${{ env.REF_NAME }}
290-
uses: actions/checkout@v4.2.2
290+
uses: actions/checkout@v5.0.0
291291
with:
292292
persist-credentials: false
293293
ref: ${{ env.REF }}
@@ -362,7 +362,7 @@ jobs:
362362
echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, github.event.repository.name, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT
363363
- id: checkout
364364
name: Checkout ${{ env.REF_NAME }}
365-
uses: actions/checkout@v4.2.2
365+
uses: actions/checkout@v5.0.0
366366
with:
367367
fetch-depth: 0
368368
persist-credentials: false

.github/workflows/dependabot-dedupe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
4747
- id: checkout
4848
name: Checkout ${{ github.head_ref }}
49-
uses: actions/checkout@v4.2.2
49+
uses: actions/checkout@v5.0.0
5050
with:
5151
persist-credentials: false
5252
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.2.2
54+
uses: actions/checkout@v5.0.0
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
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- id: checkout
4141
name: Checkout ${{ github.head_ref || github.ref_name }}
42-
uses: actions/checkout@v4.2.2
42+
uses: actions/checkout@v5.0.0
4343
with:
4444
persist-credentials: false
4545
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
@@ -38,7 +38,7 @@ jobs:
3838
uses: hmarr/debug-action@v3.0.0
3939
- id: checkout
4040
name: Checkout main
41-
uses: actions/checkout@v4.2.2
41+
uses: actions/checkout@v5.0.0
4242
with:
4343
persist-credentials: false
4444
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.2.2
50+
uses: actions/checkout@v5.0.0
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.2.2
86+
uses: actions/checkout@v5.0.0
8787
with:
8888
persist-credentials: false
8989
ref: ${{ github.ref }}
@@ -119,7 +119,7 @@ jobs:
119119
steps:
120120
- id: checkout
121121
name: Checkout ${{ github.ref_name }}
122-
uses: actions/checkout@v4.2.2
122+
uses: actions/checkout@v5.0.0
123123
with:
124124
persist-credentials: false
125125
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.2.2
56+
uses: actions/checkout@v5.0.0
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.2.2
112+
uses: actions/checkout@v5.0.0
113113
with:
114114
ref: ${{ github.ref }}
115115
token: ${{ steps.bot-token.outputs.token }}
@@ -132,7 +132,7 @@ jobs:
132132
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
133133
- id: checkout
134134
name: Checkout ${{ needs.preflight.outputs.branch }}
135-
uses: actions/checkout@v4.2.2
135+
uses: actions/checkout@v5.0.0
136136
with:
137137
fetch-depth: 0
138138
persist-credentials: false
@@ -187,7 +187,7 @@ jobs:
187187
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
188188
- id: checkout
189189
name: Checkout ${{ needs.preflight.outputs.branch }}
190-
uses: actions/checkout@v4.2.2
190+
uses: actions/checkout@v5.0.0
191191
with:
192192
persist-credentials: false
193193
ref: ${{ needs.preflight.outputs.branch }}

0 commit comments

Comments
 (0)