Skip to content

Commit 72ad2f7

Browse files
ci(deps): Bump actions/checkout from 4.1.6 to 4.1.7 (#498)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9861daa commit 72ad2f7

12 files changed

+26
-26
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
3636
- id: checkout
3737
name: Checkout ${{ github.head_ref }}
38-
uses: actions/[email protected].6
38+
uses: actions/[email protected].7
3939
with:
4040
persist-credentials: false
4141
ref: ${{ github.head_ref }}

.github/workflows/auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: gh auth status
5959
- id: checkout
6060
name: Checkout ${{ github.head_ref }}
61-
uses: actions/[email protected].6
61+
uses: actions/[email protected].7
6262
with:
6363
persist-credentials: false
6464
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/[email protected]
4747
- id: checkout
4848
name: Checkout main
49-
uses: actions/[email protected].6
49+
uses: actions/[email protected].7
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
@@ -66,7 +66,7 @@ jobs:
6666
uses: hmarr/[email protected]
6767
- id: checkout
6868
name: Checkout ${{ env.REF_NAME }}
69-
uses: actions/[email protected].6
69+
uses: actions/[email protected].7
7070
with:
7171
persist-credentials: false
7272
ref: ${{ env.REF }}
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- id: checkout
105105
name: Checkout ${{ env.REF_NAME }}
106-
uses: actions/[email protected].6
106+
uses: actions/[email protected].7
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/[email protected].6
134+
uses: actions/[email protected].7
135135
with:
136136
fetch-depth: 0
137137
persist-credentials: false
@@ -156,7 +156,7 @@ jobs:
156156
steps:
157157
- id: checkout
158158
name: Checkout ${{ env.REF_NAME }}
159-
uses: actions/[email protected].6
159+
uses: actions/[email protected].7
160160
with:
161161
persist-credentials: false
162162
ref: ${{ env.REF }}
@@ -185,7 +185,7 @@ jobs:
185185
steps:
186186
- id: checkout
187187
name: Checkout ${{ env.REF_NAME }}
188-
uses: actions/[email protected].6
188+
uses: actions/[email protected].7
189189
with:
190190
persist-credentials: false
191191
ref: ${{ env.REF }}
@@ -214,7 +214,7 @@ jobs:
214214
steps:
215215
- id: checkout
216216
name: Checkout ${{ env.REF_NAME }}
217-
uses: actions/[email protected].6
217+
uses: actions/[email protected].7
218218
with:
219219
persist-credentials: false
220220
ref: ${{ env.REF }}
@@ -250,7 +250,7 @@ jobs:
250250
steps:
251251
- id: checkout
252252
name: Checkout ${{ env.REF_NAME }}
253-
uses: actions/[email protected].6
253+
uses: actions/[email protected].7
254254
with:
255255
persist-credentials: false
256256
ref: ${{ env.REF }}
@@ -298,7 +298,7 @@ jobs:
298298
steps:
299299
- id: checkout
300300
name: Checkout ${{ env.REF_NAME }}
301-
uses: actions/[email protected].6
301+
uses: actions/[email protected].7
302302
with:
303303
persist-credentials: false
304304
ref: ${{ env.REF }}
@@ -347,7 +347,7 @@ jobs:
347347
steps:
348348
- id: checkout
349349
name: Checkout ${{ env.REF_NAME }}
350-
uses: actions/[email protected].6
350+
uses: actions/[email protected].7
351351
with:
352352
fetch-depth: 0
353353
persist-credentials: false

.github/workflows/dependabot-dedupe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
4949
- id: checkout
5050
name: Checkout ${{ github.head_ref }}
51-
uses: actions/[email protected].6
51+
uses: actions/[email protected].7
5252
with:
5353
persist-credentials: false
5454
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].6
54+
uses: actions/[email protected].7
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
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- id: checkout
4545
name: Checkout ${{ github.head_ref || github.ref_name }}
46-
uses: actions/[email protected].6
46+
uses: actions/[email protected].7
4747
with:
4848
persist-credentials: false
4949
ref: ${{ github.head_ref || github.ref }}

.github/workflows/label-linked-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: hmarr/[email protected]
4545
- id: checkout
4646
name: Checkout main
47-
uses: actions/[email protected].6
47+
uses: actions/[email protected].7
4848
with:
4949
persist-credentials: false
5050
ref: main

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: hmarr/[email protected]
4848
- id: checkout
4949
name: Checkout ${{ github.ref_name }}
50-
uses: actions/[email protected].6
50+
uses: actions/[email protected].7
5151
with:
5252
persist-credentials: false
5353
ref: ${{ github.ref }}
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- id: checkout
8585
name: Checkout ${{ github.ref_name }}
86-
uses: actions/[email protected].6
86+
uses: actions/[email protected].7
8787
with:
8888
persist-credentials: false
8989
ref: ${{ github.ref }}
@@ -122,7 +122,7 @@ jobs:
122122
steps:
123123
- id: checkout
124124
name: Checkout ${{ github.ref_name }}
125-
uses: actions/[email protected].6
125+
uses: actions/[email protected].7
126126
with:
127127
persist-credentials: false
128128
ref: ${{ github.ref }}

.github/workflows/release-chore.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
exit 1
5454
- id: checkout
5555
name: Checkout ${{ github.ref_name }}
56-
uses: actions/[email protected].6
56+
uses: actions/[email protected].7
5757
with:
5858
persist-credentials: false
5959
ref: ${{ github.ref }}
@@ -109,7 +109,7 @@ jobs:
109109
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
110110
- id: checkout
111111
name: Checkout ${{ github.ref_name }}
112-
uses: actions/[email protected].6
112+
uses: actions/[email protected].7
113113
with:
114114
ref: ${{ github.ref }}
115115
token: ${{ steps.bot-token.outputs.token }}
@@ -136,7 +136,7 @@ jobs:
136136
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
137137
- id: checkout
138138
name: Checkout ${{ needs.preflight.outputs.branch }}
139-
uses: actions/[email protected].6
139+
uses: actions/[email protected].7
140140
with:
141141
fetch-depth: 0
142142
persist-credentials: false
@@ -196,7 +196,7 @@ jobs:
196196
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
197197
- id: checkout
198198
name: Checkout ${{ needs.preflight.outputs.branch }}
199-
uses: actions/[email protected].6
199+
uses: actions/[email protected].7
200200
with:
201201
persist-credentials: false
202202
ref: ${{ needs.preflight.outputs.branch }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: hmarr/[email protected]
5858
- id: checkout
5959
name: Checkout ${{ env.REF_NAME }}
60-
uses: actions/[email protected].6
60+
uses: actions/[email protected].7
6161
with:
6262
ref: ${{ env.REF }}
6363
- id: version
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- id: checkout
9191
name: Checkout ${{ env.REF_NAME }}
92-
uses: actions/[email protected].6
92+
uses: actions/[email protected].7
9393
with:
9494
fetch-depth: 0
9595
persist-credentials: true

.github/workflows/typescript-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: hmarr/[email protected]
4949
- id: checkout
5050
name: Checkout ${{ github.ref_name }}
51-
uses: actions/[email protected].6
51+
uses: actions/[email protected].7
5252
with:
5353
persist-credentials: false
5454
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)