Skip to content

Commit 5f87ff9

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 44238e4 commit 5f87ff9

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
@@ -69,7 +69,7 @@ jobs:
6969
uses: hmarr/debug-action@v3.0.0
7070
- id: checkout
7171
name: Checkout ${{ env.REF_NAME }}
72-
uses: actions/checkout@v6.0.1
72+
uses: actions/checkout@v6.0.2
7373
with:
7474
persist-credentials: false
7575
ref: ${{ env.REF }}
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- id: checkout
105105
name: Checkout ${{ env.REF_NAME }}
106-
uses: actions/checkout@v6.0.1
106+
uses: actions/checkout@v6.0.2
107107
with:
108108
fetch-depth: 0
109109
persist-credentials: false
@@ -131,7 +131,7 @@ jobs:
131131
steps:
132132
- id: checkout
133133
name: Checkout ${{ env.REF_NAME }}
134-
uses: actions/checkout@v6.0.1
134+
uses: actions/checkout@v6.0.2
135135
with:
136136
persist-credentials: false
137137
ref: ${{ env.REF }}
@@ -167,7 +167,7 @@ jobs:
167167
steps:
168168
- id: checkout
169169
name: Checkout ${{ env.REF_NAME }}
170-
uses: actions/checkout@v6.0.1
170+
uses: actions/checkout@v6.0.2
171171
with:
172172
persist-credentials: false
173173
ref: ${{ env.REF }}
@@ -195,7 +195,7 @@ jobs:
195195
steps:
196196
- id: checkout
197197
name: Checkout ${{ env.REF_NAME }}
198-
uses: actions/checkout@v6.0.1
198+
uses: actions/checkout@v6.0.2
199199
with:
200200
fetch-depth: ${{ github.event_name == 'pull_request' && 0 || 1 }}
201201
persist-credentials: false
@@ -217,7 +217,7 @@ jobs:
217217
steps:
218218
- id: checkout
219219
name: Checkout ${{ env.REF_NAME }}
220-
uses: actions/checkout@v6.0.1
220+
uses: actions/checkout@v6.0.2
221221
with:
222222
persist-credentials: false
223223
ref: ${{ env.REF }}
@@ -258,7 +258,7 @@ jobs:
258258
steps:
259259
- id: checkout
260260
name: Checkout ${{ env.REF_NAME }}
261-
uses: actions/checkout@v6.0.1
261+
uses: actions/checkout@v6.0.2
262262
with:
263263
persist-credentials: false
264264
ref: ${{ env.REF }}
@@ -340,7 +340,7 @@ jobs:
340340
steps:
341341
- id: checkout
342342
name: Checkout ${{ env.REF_NAME }}
343-
uses: actions/checkout@v6.0.1
343+
uses: actions/checkout@v6.0.2
344344
with:
345345
persist-credentials: false
346346
ref: ${{ env.REF }}
@@ -440,7 +440,7 @@ jobs:
440440
echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, matrix.package, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT
441441
- id: checkout
442442
name: Checkout ${{ env.REF_NAME }}
443-
uses: actions/checkout@v6.0.1
443+
uses: actions/checkout@v6.0.2
444444
with:
445445
fetch-depth: 0
446446
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)