Skip to content

Commit c6981b4

Browse files
ci(deps): Bump actions/checkout from 4.1.0 to 4.1.1 (#462)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37ccfb4 commit c6981b4

11 files changed

+22
-22
lines changed

.github/workflows/approve-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: hmarr/debug-action@v2.1.0
3333
- id: checkout
3434
name: Checkout ${{ github.head_ref }}
35-
uses: actions/checkout@v4.1.0
35+
uses: actions/checkout@v4.1.1
3636
with:
3737
persist-credentials: false
3838
ref: ${{ github.head_ref }}

.github/workflows/auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: hmarr/debug-action@v2.1.0
3333
- id: checkout
3434
name: Checkout ${{ github.head_ref }}
35-
uses: actions/checkout@v4.1.0
35+
uses: actions/checkout@v4.1.1
3636
with:
3737
persist-credentials: false
3838
ref: ${{ github.head_ref }}

.github/workflows/cache-cleanup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: hmarr/debug-action@v2.1.0
4747
- id: checkout
4848
name: Checkout main
49-
uses: actions/checkout@v4.1.0
49+
uses: actions/checkout@v4.1.1
5050
with:
5151
persist-credentials: false
5252
ref: main

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: hmarr/debug-action@v2.1.0
6666
- id: checkout
6767
name: Checkout ${{ env.REF_NAME }}
68-
uses: actions/checkout@v4.1.0
68+
uses: actions/checkout@v4.1.1
6969
with:
7070
persist-credentials: false
7171
ref: ${{ env.REF }}
@@ -100,7 +100,7 @@ jobs:
100100
steps:
101101
- id: checkout
102102
name: Checkout ${{ env.REF_NAME }}
103-
uses: actions/checkout@v4.1.0
103+
uses: actions/checkout@v4.1.1
104104
with:
105105
fetch-depth: 0
106106
persist-credentials: false
@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
- id: checkout
130130
name: Checkout ${{ env.REF_NAME }}
131-
uses: actions/checkout@v4.1.0
131+
uses: actions/checkout@v4.1.1
132132
with:
133133
fetch-depth: 0
134134
persist-credentials: false
@@ -153,7 +153,7 @@ jobs:
153153
steps:
154154
- id: checkout
155155
name: Checkout ${{ env.REF_NAME }}
156-
uses: actions/checkout@v4.1.0
156+
uses: actions/checkout@v4.1.1
157157
with:
158158
persist-credentials: false
159159
ref: ${{ env.REF }}
@@ -185,7 +185,7 @@ jobs:
185185
steps:
186186
- id: checkout
187187
name: Checkout ${{ env.REF_NAME }}
188-
uses: actions/checkout@v4.1.0
188+
uses: actions/checkout@v4.1.1
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/checkout@v4.1.0
217+
uses: actions/checkout@v4.1.1
218218
with:
219219
persist-credentials: false
220220
ref: ${{ env.REF }}
@@ -251,7 +251,7 @@ jobs:
251251
steps:
252252
- id: checkout
253253
name: Checkout ${{ env.REF_NAME }}
254-
uses: actions/checkout@v4.1.0
254+
uses: actions/checkout@v4.1.1
255255
with:
256256
persist-credentials: false
257257
ref: ${{ env.REF }}
@@ -304,7 +304,7 @@ jobs:
304304
steps:
305305
- id: checkout
306306
name: Checkout ${{ env.REF_NAME }}
307-
uses: actions/checkout@v4.1.0
307+
uses: actions/checkout@v4.1.1
308308
with:
309309
persist-credentials: false
310310
ref: ${{ env.REF }}
@@ -371,7 +371,7 @@ jobs:
371371
steps:
372372
- id: checkout
373373
name: Checkout ${{ env.REF_NAME }}
374-
uses: actions/checkout@v4.1.0
374+
uses: actions/checkout@v4.1.1
375375
with:
376376
persist-credentials: false
377377
ref: ${{ env.REF }}

.github/workflows/dependabot-auto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
skip-commit-verification: true
4444
- id: checkout
4545
name: Checkout ${{ github.head_ref }}
46-
uses: actions/checkout@v4.1.0
46+
uses: actions/checkout@v4.1.1
4747
with:
4848
persist-credentials: ${{ steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' }}
4949
ref: ${{ github.head_ref }}

.github/workflows/infrastructure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
username: ${{ github.actor }}
5050
- id: checkout
5151
name: Checkout ${{ github.ref_name }}
52-
uses: actions/checkout@v4.1.0
52+
uses: actions/checkout@v4.1.1
5353
with:
5454
persist-credentials: false
5555
ref: ${{ github.ref }}

.github/workflows/integrity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- id: checkout
4848
name: Checkout ${{ github.head_ref || github.ref_name }}
49-
uses: actions/checkout@v4.1.0
49+
uses: actions/checkout@v4.1.1
5050
with:
5151
persist-credentials: false
5252
ref: ${{ github.head_ref || github.ref }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: hmarr/debug-action@v2.1.0
4545
- id: checkout
4646
name: Checkout main
47-
uses: actions/checkout@v4.1.0
47+
uses: actions/checkout@v4.1.1
4848
with:
4949
persist-credentials: false
5050
ref: main

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: hmarr/debug-action@v2.1.0
5050
- id: checkout
5151
name: Checkout ${{ env.TAG }}
52-
uses: actions/checkout@v4.1.0
52+
uses: actions/checkout@v4.1.1
5353
with:
5454
persist-credentials: false
5555
ref: ${{ env.REF }}
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- id: checkout
8686
name: Checkout ${{ env.TAG }}
87-
uses: actions/checkout@v4.1.0
87+
uses: actions/checkout@v4.1.1
8888
with:
8989
persist-credentials: false
9090
ref: ${{ env.REF }}
@@ -122,7 +122,7 @@ jobs:
122122
steps:
123123
- id: checkout
124124
name: Checkout ${{ env.TAG }}
125-
uses: actions/checkout@v4.1.0
125+
uses: actions/checkout@v4.1.1
126126
with:
127127
persist-credentials: false
128128
ref: ${{ env.REF }}

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: hmarr/debug-action@v2.1.0
5757
- id: checkout
5858
name: Checkout ${{ env.REF_NAME }}
59-
uses: actions/checkout@v4.1.0
59+
uses: actions/checkout@v4.1.1
6060
with:
6161
ref: ${{ env.REF }}
6262
- id: version
@@ -96,7 +96,7 @@ jobs:
9696
steps:
9797
- id: checkout
9898
name: Checkout ${{ env.REF_NAME }}
99-
uses: actions/checkout@v4.1.0
99+
uses: actions/checkout@v4.1.1
100100
with:
101101
fetch-depth: 0
102102
persist-credentials: true

.github/workflows/typescript-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: hmarr/debug-action@v2.1.0
4949
- id: checkout
5050
name: Checkout ${{ github.ref_name }}
51-
uses: actions/checkout@v4.1.0
51+
uses: actions/checkout@v4.1.1
5252
with:
5353
persist-credentials: false
5454
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)