Skip to content

Commit 03ec907

Browse files
ci(deps): Bump actions/checkout from 6.0.1 to 6.0.2 (#63)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ed6ea6 commit 03ec907

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
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/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/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: hmarr/debug-action@v3.0.0
6060
- id: checkout
6161
name: Checkout ${{ env.REF_NAME }}
62-
uses: actions/checkout@v6.0.1
62+
uses: actions/checkout@v6.0.2
6363
with:
6464
persist-credentials: false
6565
ref: ${{ env.REF }}
@@ -93,7 +93,7 @@ jobs:
9393
steps:
9494
- id: checkout
9595
name: Checkout ${{ env.REF_NAME }}
96-
uses: actions/checkout@v6.0.1
96+
uses: actions/checkout@v6.0.2
9797
with:
9898
fetch-depth: 0
9999
persist-credentials: false
@@ -121,7 +121,7 @@ jobs:
121121
steps:
122122
- id: checkout
123123
name: Checkout ${{ env.REF_NAME }}
124-
uses: actions/checkout@v6.0.1
124+
uses: actions/checkout@v6.0.2
125125
with:
126126
persist-credentials: false
127127
ref: ${{ env.REF }}
@@ -157,7 +157,7 @@ jobs:
157157
steps:
158158
- id: checkout
159159
name: Checkout ${{ env.REF_NAME }}
160-
uses: actions/checkout@v6.0.1
160+
uses: actions/checkout@v6.0.2
161161
with:
162162
persist-credentials: false
163163
ref: ${{ env.REF }}
@@ -185,7 +185,7 @@ jobs:
185185
steps:
186186
- id: checkout
187187
name: Checkout ${{ env.REF_NAME }}
188-
uses: actions/checkout@v6.0.1
188+
uses: actions/checkout@v6.0.2
189189
with:
190190
fetch-depth: 0
191191
persist-credentials: false
@@ -213,7 +213,7 @@ jobs:
213213
echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, github.event.repository.name, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT
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
fetch-depth: 0
219219
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 }}

.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/checkout@v6.0.1
58+
uses: actions/checkout@v6.0.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/checkout@v6.0.1
122+
uses: actions/checkout@v6.0.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/checkout@v6.0.1
145+
uses: actions/checkout@v6.0.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/checkout@v6.0.1
200+
uses: actions/checkout@v6.0.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
@@ -49,7 +49,7 @@ jobs:
4949
uses: hmarr/debug-action@v3.0.0
5050
- id: checkout
5151
name: Checkout ${{ env.ref_name }}
52-
uses: actions/checkout@v6.0.1
52+
uses: actions/checkout@v6.0.2
5353
with:
5454
ref: ${{ github.event.pull_request.merge_commit_sha }}
5555
- id: tag-prefix
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- id: checkout
8888
name: Checkout ${{ env.ref_name }}
89-
uses: actions/checkout@v6.0.1
89+
uses: actions/checkout@v6.0.2
9090
with:
9191
fetch-depth: 0
9292
persist-credentials: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: hmarr/debug-action@v3.0.0
3333
- id: checkout
3434
name: Checkout ${{ github.head_ref || github.ref_name }}
35-
uses: actions/checkout@v6.0.1
35+
uses: actions/checkout@v6.0.2
3636
with:
3737
persist-credentials: false
3838
ref: ${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)