Skip to content

Commit 4033aae

Browse files
ci(deps): Bump actions/checkout from 3.5.0 to 3.5.1 (#106)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b44d479 commit 4033aae

11 files changed

+22
-22
lines changed

.github/workflows/approve-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
skip-commit-verification: true
4040
- id: checkout
4141
name: Checkout ${{ github.head_ref }}
42-
uses: actions/checkout@v3.5.0
42+
uses: actions/checkout@v3.5.1
4343
with:
4444
persist-credentials: false
4545
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@v3.5.0
35+
uses: actions/checkout@v3.5.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@v3.5.0
49+
uses: actions/checkout@v3.5.1
5050
with:
5151
persist-credentials: false
5252
ref: main

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: hmarr/debug-action@v2.1.0
6565
- id: checkout
6666
name: Checkout ${{ env.REF_NAME }}
67-
uses: actions/checkout@v3.5.0
67+
uses: actions/checkout@v3.5.1
6868
with:
6969
persist-credentials: false
7070
ref: ${{ env.REF }}
@@ -96,7 +96,7 @@ jobs:
9696
steps:
9797
- id: checkout
9898
name: Checkout ${{ env.REF_NAME }}
99-
uses: actions/checkout@v3.5.0
99+
uses: actions/checkout@v3.5.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@v3.5.0
127+
uses: actions/checkout@v3.5.1
128128
with:
129129
fetch-depth: 0
130130
persist-credentials: false
@@ -148,7 +148,7 @@ jobs:
148148
steps:
149149
- id: checkout
150150
name: Checkout ${{ env.REF_NAME }}
151-
uses: actions/checkout@v3.5.0
151+
uses: actions/checkout@v3.5.1
152152
with:
153153
persist-credentials: false
154154
ref: ${{ env.REF }}
@@ -176,7 +176,7 @@ jobs:
176176
steps:
177177
- id: checkout
178178
name: Checkout ${{ env.REF_NAME }}
179-
uses: actions/checkout@v3.5.0
179+
uses: actions/checkout@v3.5.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@v3.5.0
207+
uses: actions/checkout@v3.5.1
208208
with:
209209
persist-credentials: false
210210
ref: ${{ env.REF }}
@@ -242,7 +242,7 @@ jobs:
242242
steps:
243243
- id: checkout
244244
name: Checkout ${{ env.REF_NAME }}
245-
uses: actions/checkout@v3.5.0
245+
uses: actions/checkout@v3.5.1
246246
with:
247247
persist-credentials: false
248248
ref: ${{ env.REF }}
@@ -297,7 +297,7 @@ jobs:
297297
steps:
298298
- id: checkout
299299
name: Checkout ${{ env.REF_NAME }}
300-
uses: actions/checkout@v3.5.0
300+
uses: actions/checkout@v3.5.1
301301
with:
302302
persist-credentials: false
303303
ref: ${{ env.REF }}
@@ -355,7 +355,7 @@ jobs:
355355
steps:
356356
- id: checkout
357357
name: Checkout ${{ env.REF_NAME }}
358-
uses: actions/checkout@v3.5.0
358+
uses: actions/checkout@v3.5.1
359359
with:
360360
persist-credentials: false
361361
ref: ${{ env.REF }}

.github/workflows/dependabot-auto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
skip-commit-verification: true
4343
- id: checkout
4444
name: Checkout ${{ github.head_ref }}
45-
uses: actions/checkout@v3.5.0
45+
uses: actions/checkout@v3.5.1
4646
with:
4747
persist-credentials: ${{ steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' }}
4848
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@v3.5.0
52+
uses: actions/checkout@v3.5.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@v3.5.0
49+
uses: actions/checkout@v3.5.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
@@ -43,7 +43,7 @@ jobs:
4343
uses: hmarr/debug-action@v2.1.0
4444
- id: checkout
4545
name: Checkout main
46-
uses: actions/checkout@v3.5.0
46+
uses: actions/checkout@v3.5.1
4747
with:
4848
persist-credentials: false
4949
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@v3.5.0
52+
uses: actions/checkout@v3.5.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@v3.5.0
87+
uses: actions/checkout@v3.5.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@v3.5.0
125+
uses: actions/checkout@v3.5.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@v3.5.0
59+
uses: actions/checkout@v3.5.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@v3.5.0
99+
uses: actions/checkout@v3.5.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@v3.5.0
51+
uses: actions/checkout@v3.5.1
5252
with:
5353
persist-credentials: false
5454
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)