Skip to content

Commit 48873d7

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

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].1
44+
uses: actions/[email protected].2
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].1
68+
uses: actions/[email protected].2
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].1
49+
uses: actions/[email protected].2
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/[email protected]
6868
- id: checkout
6969
name: Checkout ${{ env.REF_NAME }}
70-
uses: actions/[email protected].1
70+
uses: actions/[email protected].2
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/[email protected].1
104+
uses: actions/[email protected].2
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/[email protected].1
132+
uses: actions/[email protected].2
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/[email protected].1
168+
uses: actions/[email protected].2
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/[email protected].1
196+
uses: actions/[email protected].2
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/[email protected].1
218+
uses: actions/[email protected].2
219219
with:
220220
persist-credentials: false
221221
ref: ${{ env.REF }}
@@ -255,7 +255,7 @@ jobs:
255255
steps:
256256
- id: checkout
257257
name: Checkout ${{ env.REF_NAME }}
258-
uses: actions/[email protected].1
258+
uses: actions/[email protected].2
259259
with:
260260
persist-credentials: false
261261
ref: ${{ env.REF }}
@@ -337,7 +337,7 @@ jobs:
337337
steps:
338338
- id: checkout
339339
name: Checkout ${{ env.REF_NAME }}
340-
uses: actions/[email protected].1
340+
uses: actions/[email protected].2
341341
with:
342342
persist-credentials: false
343343
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].1
425+
uses: actions/[email protected].2
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].1
49+
uses: actions/[email protected].2
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].1
54+
uses: actions/[email protected].2
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].1
42+
uses: actions/[email protected].2
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].1
46+
uses: actions/[email protected].2
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].1
87+
uses: actions/[email protected].2
8888
with:
8989
persist-credentials: false
9090
ref: ${{ github.ref }}
@@ -122,7 +122,7 @@ jobs:
122122
version: ${{ needs.preflight.outputs.version }}
123123
- id: checkout
124124
name: Checkout ${{ github.ref_name }}
125-
uses: actions/[email protected].1
125+
uses: actions/[email protected].2
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
@@ -55,7 +55,7 @@ jobs:
5555
exit 1
5656
- id: checkout
5757
name: Checkout ${{ github.ref_name }}
58-
uses: actions/[email protected].1
58+
uses: actions/[email protected].2
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].1
122+
uses: actions/[email protected].2
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].1
145+
uses: actions/[email protected].2
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].1
200+
uses: actions/[email protected].2
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].1
53+
uses: actions/[email protected].2
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].1
90+
uses: actions/[email protected].2
9191
with:
9292
fetch-depth: 0
9393
persist-credentials: true

0 commit comments

Comments
 (0)