Skip to content

Commit 0cab84e

Browse files
ci(deps): Bump actions/checkout from 5.0.0 to 5.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 631ef0f commit 0cab84e

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/[email protected].0
44+
uses: actions/[email protected].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/[email protected].0
68+
uses: actions/[email protected].1
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
@@ -61,7 +61,7 @@ jobs:
6161
uses: hmarr/[email protected]
6262
- id: checkout
6363
name: Checkout ${{ env.REF_NAME }}
64-
uses: actions/[email protected].0
64+
uses: actions/[email protected].1
6565
with:
6666
persist-credentials: false
6767
ref: ${{ env.REF }}
@@ -95,7 +95,7 @@ jobs:
9595
steps:
9696
- id: checkout
9797
name: Checkout ${{ env.REF_NAME }}
98-
uses: actions/[email protected].0
98+
uses: actions/[email protected].1
9999
with:
100100
fetch-depth: 0
101101
persist-credentials: false
@@ -123,7 +123,7 @@ jobs:
123123
steps:
124124
- id: checkout
125125
name: Checkout ${{ env.REF_NAME }}
126-
uses: actions/[email protected].0
126+
uses: actions/[email protected].1
127127
with:
128128
persist-credentials: false
129129
ref: ${{ env.REF }}
@@ -159,7 +159,7 @@ jobs:
159159
steps:
160160
- id: checkout
161161
name: Checkout ${{ env.REF_NAME }}
162-
uses: actions/[email protected].0
162+
uses: actions/[email protected].1
163163
with:
164164
persist-credentials: false
165165
ref: ${{ env.REF }}
@@ -187,7 +187,7 @@ jobs:
187187
steps:
188188
- id: checkout
189189
name: Checkout ${{ env.REF_NAME }}
190-
uses: actions/[email protected].0
190+
uses: actions/[email protected].1
191191
with:
192192
fetch-depth: 0
193193
persist-credentials: false
@@ -215,7 +215,7 @@ jobs:
215215
echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, github.event.repository.name, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT
216216
- id: checkout
217217
name: Checkout ${{ env.REF_NAME }}
218-
uses: actions/[email protected].0
218+
uses: actions/[email protected].1
219219
with:
220220
fetch-depth: 0
221221
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/[email protected].0
49+
uses: actions/[email protected].1
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/[email protected].0
54+
uses: actions/[email protected].1
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/[email protected].0
42+
uses: actions/[email protected].1
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/[email protected].0
58+
uses: actions/[email protected].1
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/[email protected].0
122+
uses: actions/[email protected].1
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/[email protected].0
145+
uses: actions/[email protected].1
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/[email protected].0
200+
uses: actions/[email protected].1
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
@@ -50,7 +50,7 @@ jobs:
5050
uses: hmarr/[email protected]
5151
- id: checkout
5252
name: Checkout ${{ env.ref_name }}
53-
uses: actions/[email protected].0
53+
uses: actions/[email protected].1
5454
with:
5555
ref: ${{ github.event.pull_request.merge_commit_sha }}
5656
- id: tag-prefix
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- id: checkout
8989
name: Checkout ${{ env.ref_name }}
90-
uses: actions/[email protected].0
90+
uses: actions/[email protected].1
9191
with:
9292
fetch-depth: 0
9393
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/[email protected]
3333
- id: checkout
3434
name: Checkout ${{ github.head_ref || github.ref_name }}
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636
with:
3737
persist-credentials: false
3838
ref: ${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)