Skip to content

Commit 67f15c8

Browse files
ci(deps): Bump actions/checkout from 6.0.0 to 6.0.1 (#403)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8328fe commit 67f15c8

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
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@v6.0.0
44+
uses: actions/checkout@v6.0.1
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@v6.0.0
68+
uses: actions/checkout@v6.0.1
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@v6.0.0
49+
uses: actions/checkout@v6.0.1
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
@@ -67,7 +67,7 @@ jobs:
6767
uses: hmarr/debug-action@v3.0.0
6868
- id: checkout
6969
name: Checkout ${{ env.REF_NAME }}
70-
uses: actions/checkout@v6.0.0
70+
uses: actions/checkout@v6.0.1
7171
with:
7272
persist-credentials: false
7373
ref: ${{ env.REF }}
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- id: checkout
103103
name: Checkout ${{ env.REF_NAME }}
104-
uses: actions/checkout@v6.0.0
104+
uses: actions/checkout@v6.0.1
105105
with:
106106
fetch-depth: 0
107107
persist-credentials: false
@@ -129,7 +129,7 @@ jobs:
129129
steps:
130130
- id: checkout
131131
name: Checkout ${{ env.REF_NAME }}
132-
uses: actions/checkout@v6.0.0
132+
uses: actions/checkout@v6.0.1
133133
with:
134134
persist-credentials: false
135135
ref: ${{ env.REF }}
@@ -165,7 +165,7 @@ jobs:
165165
steps:
166166
- id: checkout
167167
name: Checkout ${{ env.REF_NAME }}
168-
uses: actions/checkout@v6.0.0
168+
uses: actions/checkout@v6.0.1
169169
with:
170170
persist-credentials: false
171171
ref: ${{ env.REF }}
@@ -193,7 +193,7 @@ jobs:
193193
steps:
194194
- id: checkout
195195
name: Checkout ${{ env.REF_NAME }}
196-
uses: actions/checkout@v6.0.0
196+
uses: actions/checkout@v6.0.1
197197
with:
198198
fetch-depth: ${{ github.event_name == 'pull_request' && 0 || 1 }}
199199
persist-credentials: false
@@ -215,7 +215,7 @@ jobs:
215215
steps:
216216
- id: checkout
217217
name: Checkout ${{ env.REF_NAME }}
218-
uses: actions/checkout@v6.0.0
218+
uses: actions/checkout@v6.0.1
219219
with:
220220
persist-credentials: false
221221
ref: ${{ env.REF }}
@@ -260,7 +260,7 @@ jobs:
260260
steps:
261261
- id: checkout
262262
name: Checkout ${{ env.REF_NAME }}
263-
uses: actions/checkout@v6.0.0
263+
uses: actions/checkout@v6.0.1
264264
with:
265265
persist-credentials: false
266266
ref: ${{ env.REF }}
@@ -342,7 +342,7 @@ jobs:
342342
steps:
343343
- id: checkout
344344
name: Checkout ${{ env.REF_NAME }}
345-
uses: actions/checkout@v6.0.0
345+
uses: actions/checkout@v6.0.1
346346
with:
347347
persist-credentials: false
348348
ref: ${{ env.REF }}
@@ -388,7 +388,7 @@ jobs:
388388
echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, github.event.repository.name, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT
389389
- id: checkout
390390
name: Checkout ${{ env.REF_NAME }}
391-
uses: actions/checkout@v6.0.0
391+
uses: actions/checkout@v6.0.1
392392
with:
393393
fetch-depth: 0
394394
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@v6.0.0
49+
uses: actions/checkout@v6.0.1
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@v6.0.0
54+
uses: actions/checkout@v6.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
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- id: checkout
4141
name: Checkout ${{ github.head_ref || github.ref_name }}
42-
uses: actions/checkout@v6.0.0
42+
uses: actions/checkout@v6.0.1
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
@@ -43,7 +43,7 @@ jobs:
4343
uses: hmarr/debug-action@v3.0.0
4444
- id: checkout
4545
name: Checkout ${{ github.ref_name }}
46-
uses: actions/checkout@v6.0.0
46+
uses: actions/checkout@v6.0.1
4747
with:
4848
persist-credentials: false
4949
ref: ${{ github.ref }}
@@ -84,7 +84,7 @@ jobs:
8484
uses: flex-development/ghr-url-action@1.1.0
8585
- id: checkout
8686
name: Checkout ${{ github.ref_name }}
87-
uses: actions/checkout@v6.0.0
87+
uses: actions/checkout@v6.0.1
8888
with:
8989
persist-credentials: false
9090
ref: ${{ github.ref }}
@@ -123,7 +123,7 @@ jobs:
123123
version: ${{ needs.preflight.outputs.version }}
124124
- id: checkout
125125
name: Checkout ${{ github.ref_name }}
126-
uses: actions/checkout@v6.0.0
126+
uses: actions/checkout@v6.0.1
127127
with:
128128
persist-credentials: false
129129
ref: ${{ github.ref }}

.github/workflows/release-chore.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
exit 1
5656
- id: checkout
5757
name: Checkout ${{ github.ref_name }}
58-
uses: actions/checkout@v6.0.0
58+
uses: actions/checkout@v6.0.1
5959
with:
6060
persist-credentials: false
6161
ref: ${{ github.ref }}
@@ -119,7 +119,7 @@ jobs:
119119
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
120120
- id: checkout
121121
name: Checkout ${{ github.ref_name }}
122-
uses: actions/checkout@v6.0.0
122+
uses: actions/checkout@v6.0.1
123123
with:
124124
ref: ${{ github.ref }}
125125
token: ${{ steps.bot-token.outputs.token }}
@@ -142,7 +142,7 @@ jobs:
142142
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
143143
- id: checkout
144144
name: Checkout ${{ needs.preflight.outputs.branch }}
145-
uses: actions/checkout@v6.0.0
145+
uses: actions/checkout@v6.0.1
146146
with:
147147
fetch-depth: 0
148148
persist-credentials: false
@@ -197,7 +197,7 @@ jobs:
197197
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
198198
- id: checkout
199199
name: Checkout ${{ needs.preflight.outputs.branch }}
200-
uses: actions/checkout@v6.0.0
200+
uses: actions/checkout@v6.0.1
201201
with:
202202
persist-credentials: false
203203
ref: ${{ needs.preflight.outputs.branch }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: hmarr/debug-action@v3.0.0
5151
- id: checkout
5252
name: Checkout ${{ env.ref_name }}
53-
uses: actions/checkout@v6.0.0
53+
uses: actions/checkout@v6.0.1
5454
with:
5555
ref: ${{ github.event.pull_request.merge_commit_sha }}
5656
- id: tag-prefix
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- id: checkout
8989
name: Checkout ${{ env.ref_name }}
90-
uses: actions/checkout@v6.0.0
90+
uses: actions/checkout@v6.0.1
9191
with:
9292
fetch-depth: 0
9393
persist-credentials: true

0 commit comments

Comments
 (0)