Skip to content

Commit b3e6d61

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] <support@github.com>
1 parent b7ab8ed commit b3e6d61

7 files changed

Lines changed: 15 additions & 15 deletions

File tree

.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.1
44+
uses: actions/checkout@v6.0.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/checkout@v6.0.1
68+
uses: actions/checkout@v6.0.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/debug-action@v3.0.0
4747
- id: checkout
4848
name: Checkout main
49-
uses: actions/checkout@v6.0.1
49+
uses: actions/checkout@v6.0.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/debug-action@v3.0.0
6868
- id: checkout
6969
name: Checkout ${{ env.REF_NAME }}
70-
uses: actions/checkout@v6.0.1
70+
uses: actions/checkout@v6.0.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/checkout@v6.0.1
104+
uses: actions/checkout@v6.0.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/checkout@v6.0.1
132+
uses: actions/checkout@v6.0.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/checkout@v6.0.1
168+
uses: actions/checkout@v6.0.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/checkout@v6.0.1
196+
uses: actions/checkout@v6.0.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/checkout@v6.0.1
218+
uses: actions/checkout@v6.0.2
219219
with:
220220
persist-credentials: false
221221
ref: ${{ env.REF }}
@@ -256,7 +256,7 @@ jobs:
256256
steps:
257257
- id: checkout
258258
name: Checkout ${{ env.REF_NAME }}
259-
uses: actions/checkout@v6.0.1
259+
uses: actions/checkout@v6.0.2
260260
with:
261261
persist-credentials: false
262262
ref: ${{ env.REF }}
@@ -338,7 +338,7 @@ jobs:
338338
steps:
339339
- id: checkout
340340
name: Checkout ${{ env.REF_NAME }}
341-
uses: actions/checkout@v6.0.1
341+
uses: actions/checkout@v6.0.2
342342
with:
343343
persist-credentials: false
344344
ref: ${{ env.REF }}
@@ -438,7 +438,7 @@ jobs:
438438
echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, matrix.package, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT
439439
- id: checkout
440440
name: Checkout ${{ env.REF_NAME }}
441-
uses: actions/checkout@v6.0.1
441+
uses: actions/checkout@v6.0.2
442442
with:
443443
fetch-depth: 0
444444
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.1
49+
uses: actions/checkout@v6.0.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/checkout@v6.0.1
54+
uses: actions/checkout@v6.0.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/checkout@v6.0.1
42+
uses: actions/checkout@v6.0.2
4343
with:
4444
persist-credentials: false
4545
ref: ${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)