Skip to content

Commit cb2a852

Browse files
ci(deps): Bump actions/checkout from 6.0.0 to 6.0.1 (#351)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c84e138 commit cb2a852

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
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.0
44+
uses: actions/checkout@v6.0.1
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.0
68+
uses: actions/checkout@v6.0.1
6969
with:
7070
persist-credentials: false
7171
ref: ${{ github.head_ref }}

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: hmarr/debug-action@v3.0.0
6262
- id: checkout
6363
name: Checkout ${{ env.REF_NAME }}
64-
uses: actions/checkout@v6.0.0
64+
uses: actions/checkout@v6.0.1
6565
with:
6666
persist-credentials: false
6767
ref: ${{ env.REF }}
@@ -96,7 +96,7 @@ jobs:
9696
steps:
9797
- id: checkout
9898
name: Checkout ${{ env.REF_NAME }}
99-
uses: actions/checkout@v6.0.0
99+
uses: actions/checkout@v6.0.1
100100
with:
101101
fetch-depth: 0
102102
persist-credentials: false
@@ -124,7 +124,7 @@ jobs:
124124
steps:
125125
- id: checkout
126126
name: Checkout ${{ env.REF_NAME }}
127-
uses: actions/checkout@v6.0.0
127+
uses: actions/checkout@v6.0.1
128128
with:
129129
persist-credentials: false
130130
ref: ${{ env.REF }}
@@ -150,7 +150,7 @@ jobs:
150150
steps:
151151
- id: checkout
152152
name: Checkout ${{ env.REF_NAME }}
153-
uses: actions/checkout@v6.0.0
153+
uses: actions/checkout@v6.0.1
154154
with:
155155
persist-credentials: false
156156
ref: ${{ env.REF }}
@@ -176,7 +176,7 @@ jobs:
176176
steps:
177177
- id: checkout
178178
name: Checkout ${{ env.REF_NAME }}
179-
uses: actions/checkout@v6.0.0
179+
uses: actions/checkout@v6.0.1
180180
with:
181181
persist-credentials: false
182182
ref: ${{ env.REF }}
@@ -204,7 +204,7 @@ jobs:
204204
steps:
205205
- id: checkout
206206
name: Checkout ${{ env.REF_NAME }}
207-
uses: actions/checkout@v6.0.0
207+
uses: actions/checkout@v6.0.1
208208
with:
209209
persist-credentials: false
210210
ref: ${{ env.REF }}
@@ -245,7 +245,7 @@ jobs:
245245
steps:
246246
- id: checkout
247247
name: Checkout ${{ env.REF_NAME }}
248-
uses: actions/checkout@v6.0.0
248+
uses: actions/checkout@v6.0.1
249249
with:
250250
persist-credentials: false
251251
ref: ${{ env.REF }}
@@ -301,7 +301,7 @@ jobs:
301301
steps:
302302
- id: checkout
303303
name: Checkout ${{ env.REF_NAME }}
304-
uses: actions/checkout@v6.0.0
304+
uses: actions/checkout@v6.0.1
305305
with:
306306
persist-credentials: false
307307
ref: ${{ env.REF }}
@@ -344,7 +344,7 @@ jobs:
344344
steps:
345345
- id: checkout
346346
name: Checkout ${{ env.REF_NAME }}
347-
uses: actions/checkout@v6.0.0
347+
uses: actions/checkout@v6.0.1
348348
with:
349349
fetch-depth: 0
350350
persist-credentials: false
@@ -386,7 +386,7 @@ jobs:
386386
steps:
387387
- id: checkout
388388
name: Checkout ${{ env.REF_NAME }}
389-
uses: actions/checkout@v6.0.0
389+
uses: actions/checkout@v6.0.1
390390
with:
391391
ref: ${{ env.REF }}
392392
- id: validate

.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.0
54+
uses: actions/checkout@v6.0.1
5555
with:
5656
persist-credentials: false
5757
ref: ${{ github.sha }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: hmarr/debug-action@v3.0.0
4141
- id: checkout
4242
name: Checkout ${{ github.ref_name }}
43-
uses: actions/checkout@v6.0.0
43+
uses: actions/checkout@v6.0.1
4444
with:
4545
persist-credentials: false
4646
ref: ${{ github.ref }}

.github/workflows/release-chore.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
exit 1
5353
- id: checkout
5454
name: Checkout ${{ github.ref_name }}
55-
uses: actions/checkout@v6.0.0
55+
uses: actions/checkout@v6.0.1
5656
with:
5757
persist-credentials: false
5858
ref: ${{ github.ref }}
@@ -108,7 +108,7 @@ jobs:
108108
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
109109
- id: checkout
110110
name: Checkout ${{ github.ref_name }}
111-
uses: actions/checkout@v6.0.0
111+
uses: actions/checkout@v6.0.1
112112
with:
113113
ref: ${{ github.ref }}
114114
token: ${{ steps.bot-token.outputs.token }}
@@ -131,7 +131,7 @@ jobs:
131131
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
132132
- id: checkout
133133
name: Checkout ${{ needs.preflight.outputs.branch }}
134-
uses: actions/checkout@v6.0.0
134+
uses: actions/checkout@v6.0.1
135135
with:
136136
fetch-depth: 0
137137
persist-credentials: false
@@ -184,7 +184,7 @@ jobs:
184184
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
185185
- id: checkout
186186
name: Checkout ${{ needs.preflight.outputs.branch }}
187-
uses: actions/checkout@v6.0.0
187+
uses: actions/checkout@v6.0.1
188188
with:
189189
persist-credentials: false
190190
ref: ${{ needs.preflight.outputs.branch }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: hmarr/debug-action@v3.0.0
5959
- id: checkout
6060
name: Checkout ${{ env.REF_NAME }}
61-
uses: actions/checkout@v6.0.0
61+
uses: actions/checkout@v6.0.1
6262
with:
6363
ref: ${{ env.REF }}
6464
- id: version
@@ -97,7 +97,7 @@ jobs:
9797
run: echo "GITHUB_TOKEN=${{ steps.bot-token.outputs.token }}" >>$GITHUB_ENV
9898
- id: checkout
9999
name: Checkout ${{ env.REF_NAME }}
100-
uses: actions/checkout@v6.0.0
100+
uses: actions/checkout@v6.0.1
101101
with:
102102
fetch-depth: 0
103103
persist-credentials: true

0 commit comments

Comments
 (0)