Skip to content

Commit 7ceba8c

Browse files
ci(deps): bump actions/checkout from 5.0.1 to 6.0.0 (#202)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4920c64 commit 7ceba8c

File tree

10 files changed

+23
-23
lines changed

10 files changed

+23
-23
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.1
38+
uses: actions/checkout@v6.0.0
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
@@ -59,7 +59,7 @@ jobs:
5959
run: gh auth status
6060
- id: checkout
6161
name: Checkout ${{ github.head_ref }}
62-
uses: actions/checkout@v5.0.1
62+
uses: actions/checkout@v6.0.0
6363
with:
6464
persist-credentials: false
6565
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/[email protected]
4747
- id: checkout
4848
name: Checkout main
49-
uses: actions/checkout@v5.0.1
49+
uses: actions/checkout@v6.0.0
5050
with:
5151
persist-credentials: false
5252
ref: main

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: hmarr/[email protected]
6060
- id: checkout
6161
name: Checkout ${{ env.REF_NAME }}
62-
uses: actions/checkout@v5.0.1
62+
uses: actions/checkout@v6.0.0
6363
with:
6464
persist-credentials: false
6565
ref: ${{ env.REF }}
@@ -93,7 +93,7 @@ jobs:
9393
steps:
9494
- id: checkout
9595
name: Checkout ${{ env.REF_NAME }}
96-
uses: actions/checkout@v5.0.1
96+
uses: actions/checkout@v6.0.0
9797
with:
9898
fetch-depth: 0
9999
persist-credentials: false
@@ -121,7 +121,7 @@ jobs:
121121
steps:
122122
- id: checkout
123123
name: Checkout
124-
uses: actions/checkout@v5.0.1
124+
uses: actions/checkout@v6.0.0
125125
with:
126126
fetch-depth: 0
127127
- id: scan
@@ -144,7 +144,7 @@ jobs:
144144
steps:
145145
- id: checkout
146146
name: Checkout ${{ env.REF_NAME }}
147-
uses: actions/checkout@v5.0.1
147+
uses: actions/checkout@v6.0.0
148148
with:
149149
persist-credentials: false
150150
ref: ${{ env.REF }}
@@ -173,7 +173,7 @@ jobs:
173173
steps:
174174
- id: checkout
175175
name: Checkout ${{ env.REF_NAME }}
176-
uses: actions/checkout@v5.0.1
176+
uses: actions/checkout@v6.0.0
177177
with:
178178
persist-credentials: false
179179
ref: ${{ env.REF }}
@@ -202,7 +202,7 @@ jobs:
202202
steps:
203203
- id: checkout
204204
name: Checkout ${{ env.REF_NAME }}
205-
uses: actions/checkout@v5.0.1
205+
uses: actions/checkout@v6.0.0
206206
with:
207207
persist-credentials: false
208208
ref: ${{ env.REF }}
@@ -234,7 +234,7 @@ jobs:
234234
steps:
235235
- id: checkout
236236
name: Checkout ${{ env.REF_NAME }}
237-
uses: actions/checkout@v5.0.1
237+
uses: actions/checkout@v6.0.0
238238
with:
239239
persist-credentials: false
240240
ref: ${{ env.REF }}
@@ -282,7 +282,7 @@ jobs:
282282
steps:
283283
- id: checkout
284284
name: Checkout ${{ env.REF_NAME }}
285-
uses: actions/checkout@v5.0.1
285+
uses: actions/checkout@v6.0.0
286286
with:
287287
fetch-depth: 0
288288
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@v5.0.1
49+
uses: actions/checkout@v6.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@v5.0.1
54+
uses: actions/checkout@v6.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@v5.0.1
42+
uses: actions/checkout@v6.0.0
4343
with:
4444
persist-credentials: false
4545
ref: ${{ github.head_ref || github.ref }}

.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/[email protected]
4848
- id: checkout
4949
name: Checkout ${{ github.ref_name }}
50-
uses: actions/checkout@v5.0.1
50+
uses: actions/checkout@v6.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@v5.0.1
86+
uses: actions/checkout@v6.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@v5.0.1
122+
uses: actions/checkout@v6.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@v5.0.1
56+
uses: actions/checkout@v6.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@v5.0.1
112+
uses: actions/checkout@v6.0.0
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.1
139+
uses: actions/checkout@v6.0.0
140140
with:
141141
fetch-depth: 0
142142
persist-credentials: false
@@ -194,7 +194,7 @@ jobs:
194194
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
195195
- id: checkout
196196
name: Checkout ${{ needs.preflight.outputs.branch }}
197-
uses: actions/checkout@v5.0.1
197+
uses: actions/checkout@v6.0.0
198198
with:
199199
persist-credentials: false
200200
ref: ${{ needs.preflight.outputs.branch }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: hmarr/[email protected]
5858
- id: checkout
5959
name: Checkout ${{ env.REF_NAME }}
60-
uses: actions/checkout@v5.0.1
60+
uses: actions/checkout@v6.0.0
6161
with:
6262
ref: ${{ env.REF }}
6363
- id: version
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- id: checkout
9191
name: Checkout ${{ env.REF_NAME }}
92-
uses: actions/checkout@v5.0.1
92+
uses: actions/checkout@v6.0.0
9393
with:
9494
fetch-depth: 0
9595
persist-credentials: true

0 commit comments

Comments
 (0)