Skip to content

Commit 93593a6

Browse files
ci(deps): Bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5eef9b3 commit 93593a6

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/[email protected].0
44+
uses: actions/[email protected].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/[email protected].0
68+
uses: actions/[email protected].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/[email protected]
4747
- id: checkout
4848
name: Checkout main
49-
uses: actions/[email protected].0
49+
uses: actions/[email protected].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
@@ -68,7 +68,7 @@ jobs:
6868
uses: hmarr/[email protected]
6969
- id: checkout
7070
name: Checkout ${{ env.REF_NAME }}
71-
uses: actions/[email protected].0
71+
uses: actions/[email protected].1
7272
with:
7373
persist-credentials: false
7474
ref: ${{ env.REF }}
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- id: checkout
104104
name: Checkout ${{ env.REF_NAME }}
105-
uses: actions/[email protected].0
105+
uses: actions/[email protected].1
106106
with:
107107
fetch-depth: 0
108108
persist-credentials: false
@@ -130,7 +130,7 @@ jobs:
130130
steps:
131131
- id: checkout
132132
name: Checkout ${{ env.REF_NAME }}
133-
uses: actions/[email protected].0
133+
uses: actions/[email protected].1
134134
with:
135135
persist-credentials: false
136136
ref: ${{ env.REF }}
@@ -166,7 +166,7 @@ jobs:
166166
steps:
167167
- id: checkout
168168
name: Checkout ${{ env.REF_NAME }}
169-
uses: actions/[email protected].0
169+
uses: actions/[email protected].1
170170
with:
171171
persist-credentials: false
172172
ref: ${{ env.REF }}
@@ -194,7 +194,7 @@ jobs:
194194
steps:
195195
- id: checkout
196196
name: Checkout ${{ env.REF_NAME }}
197-
uses: actions/[email protected].0
197+
uses: actions/[email protected].1
198198
with:
199199
fetch-depth: ${{ github.event_name == 'pull_request' && 0 || 1 }}
200200
persist-credentials: false
@@ -216,7 +216,7 @@ jobs:
216216
steps:
217217
- id: checkout
218218
name: Checkout ${{ env.REF_NAME }}
219-
uses: actions/[email protected].0
219+
uses: actions/[email protected].1
220220
with:
221221
persist-credentials: false
222222
ref: ${{ env.REF }}
@@ -257,7 +257,7 @@ jobs:
257257
steps:
258258
- id: checkout
259259
name: Checkout ${{ env.REF_NAME }}
260-
uses: actions/[email protected].0
260+
uses: actions/[email protected].1
261261
with:
262262
persist-credentials: false
263263
ref: ${{ env.REF }}
@@ -338,7 +338,7 @@ jobs:
338338
steps:
339339
- id: checkout
340340
name: Checkout ${{ env.REF_NAME }}
341-
uses: actions/[email protected].0
341+
uses: actions/[email protected].1
342342
with:
343343
persist-credentials: false
344344
ref: ${{ env.REF }}
@@ -422,7 +422,7 @@ jobs:
422422
echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, github.event.repository.name, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT
423423
- id: checkout
424424
name: Checkout ${{ env.REF_NAME }}
425-
uses: actions/[email protected].0
425+
uses: actions/[email protected].1
426426
with:
427427
fetch-depth: 0
428428
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/[email protected].0
49+
uses: actions/[email protected].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/[email protected].0
54+
uses: actions/[email protected].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/[email protected].0
42+
uses: actions/[email protected].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/[email protected]
4444
- id: checkout
4545
name: Checkout ${{ github.ref_name }}
46-
uses: actions/[email protected].0
46+
uses: actions/[email protected].1
4747
with:
4848
persist-credentials: false
4949
ref: ${{ github.ref }}
@@ -84,7 +84,7 @@ jobs:
8484
uses: flex-development/[email protected]
8585
- id: checkout
8686
name: Checkout ${{ github.ref_name }}
87-
uses: actions/[email protected].0
87+
uses: actions/[email protected].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/[email protected].0
126+
uses: actions/[email protected].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/[email protected].0
58+
uses: actions/[email protected].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/[email protected].0
122+
uses: actions/[email protected].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/[email protected].0
145+
uses: actions/[email protected].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/[email protected].0
200+
uses: actions/[email protected].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/[email protected]
5151
- id: checkout
5252
name: Checkout ${{ env.ref_name }}
53-
uses: actions/[email protected].0
53+
uses: actions/[email protected].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/[email protected].0
90+
uses: actions/[email protected].1
9191
with:
9292
fetch-depth: 0
9393
persist-credentials: true

0 commit comments

Comments
 (0)