Skip to content

Commit 0014677

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 e6cbfa3 commit 0014677

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
@@ -68,7 +68,7 @@ jobs:
6868
uses: hmarr/debug-action@v3.0.0
6969
- id: checkout
7070
name: Checkout ${{ env.REF_NAME }}
71-
uses: actions/checkout@v6.0.1
71+
uses: actions/checkout@v6.0.2
7272
with:
7373
persist-credentials: false
7474
ref: ${{ env.REF }}
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- id: checkout
101101
name: Checkout ${{ env.REF_NAME }}
102-
uses: actions/checkout@v6.0.1
102+
uses: actions/checkout@v6.0.2
103103
with:
104104
fetch-depth: 0
105105
persist-credentials: false
@@ -127,7 +127,7 @@ jobs:
127127
steps:
128128
- id: checkout
129129
name: Checkout ${{ env.REF_NAME }}
130-
uses: actions/checkout@v6.0.1
130+
uses: actions/checkout@v6.0.2
131131
with:
132132
persist-credentials: false
133133
ref: ${{ env.REF }}
@@ -163,7 +163,7 @@ jobs:
163163
steps:
164164
- id: checkout
165165
name: Checkout ${{ env.REF_NAME }}
166-
uses: actions/checkout@v6.0.1
166+
uses: actions/checkout@v6.0.2
167167
with:
168168
persist-credentials: false
169169
ref: ${{ env.REF }}
@@ -191,7 +191,7 @@ jobs:
191191
steps:
192192
- id: checkout
193193
name: Checkout ${{ env.REF_NAME }}
194-
uses: actions/checkout@v6.0.1
194+
uses: actions/checkout@v6.0.2
195195
with:
196196
fetch-depth: ${{ github.event_name == 'pull_request' && 0 || 1 }}
197197
persist-credentials: false
@@ -213,7 +213,7 @@ jobs:
213213
steps:
214214
- id: checkout
215215
name: Checkout ${{ env.REF_NAME }}
216-
uses: actions/checkout@v6.0.1
216+
uses: actions/checkout@v6.0.2
217217
with:
218218
persist-credentials: false
219219
ref: ${{ env.REF }}
@@ -254,7 +254,7 @@ jobs:
254254
steps:
255255
- id: checkout
256256
name: Checkout ${{ env.REF_NAME }}
257-
uses: actions/checkout@v6.0.1
257+
uses: actions/checkout@v6.0.2
258258
with:
259259
persist-credentials: false
260260
ref: ${{ env.REF }}
@@ -336,7 +336,7 @@ jobs:
336336
steps:
337337
- id: checkout
338338
name: Checkout ${{ env.REF_NAME }}
339-
uses: actions/checkout@v6.0.1
339+
uses: actions/checkout@v6.0.2
340340
with:
341341
persist-credentials: false
342342
ref: ${{ env.REF }}
@@ -428,7 +428,7 @@ jobs:
428428
steps:
429429
- id: checkout
430430
name: Checkout ${{ env.REF_NAME }}
431-
uses: actions/checkout@v6.0.1
431+
uses: actions/checkout@v6.0.2
432432
with:
433433
fetch-depth: 0
434434
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)