Skip to content

Commit c882299

Browse files
ci(deps): Bump actions/checkout from 3.5.2 to 3.5.3 (#362)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 938227d commit c882299

File tree

11 files changed

+24
-24
lines changed

11 files changed

+24
-24
lines changed

.github/workflows/approve-pr.yml

Lines changed: 1 addition & 1 deletion
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.2
35+
uses: actions/checkout@v3.5.3
3636
with:
3737
persist-credentials: false
3838
ref: ${{ github.head_ref }}

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
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.2
35+
uses: actions/checkout@v3.5.3
3636
with:
3737
persist-credentials: false
3838
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/debug-action@v2.1.0
4747
- id: checkout
4848
name: Checkout main
49-
uses: actions/checkout@v3.5.2
49+
uses: actions/checkout@v3.5.3
5050
with:
5151
persist-credentials: false
5252
ref: main

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
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@v3.5.2
68+
uses: actions/checkout@v3.5.3
6969
with:
7070
persist-credentials: false
7171
ref: ${{ env.REF }}
@@ -97,7 +97,7 @@ jobs:
9797
steps:
9898
- id: checkout
9999
name: Checkout ${{ env.REF_NAME }}
100-
uses: actions/checkout@v3.5.2
100+
uses: actions/checkout@v3.5.3
101101
with:
102102
fetch-depth: 0
103103
persist-credentials: false
@@ -125,7 +125,7 @@ jobs:
125125
steps:
126126
- id: checkout
127127
name: Checkout ${{ env.REF_NAME }}
128-
uses: actions/checkout@v3.5.2
128+
uses: actions/checkout@v3.5.3
129129
with:
130130
fetch-depth: 0
131131
persist-credentials: false
@@ -149,7 +149,7 @@ jobs:
149149
steps:
150150
- id: checkout
151151
name: Checkout ${{ env.REF_NAME }}
152-
uses: actions/checkout@v3.5.2
152+
uses: actions/checkout@v3.5.3
153153
with:
154154
persist-credentials: false
155155
ref: ${{ env.REF }}
@@ -177,7 +177,7 @@ jobs:
177177
steps:
178178
- id: checkout
179179
name: Checkout ${{ env.REF_NAME }}
180-
uses: actions/checkout@v3.5.2
180+
uses: actions/checkout@v3.5.3
181181
with:
182182
persist-credentials: false
183183
ref: ${{ env.REF }}
@@ -208,7 +208,7 @@ jobs:
208208
steps:
209209
- id: checkout
210210
name: Checkout ${{ env.REF_NAME }}
211-
uses: actions/checkout@v3.5.2
211+
uses: actions/checkout@v3.5.3
212212
with:
213213
persist-credentials: false
214214
ref: ${{ env.REF }}
@@ -246,7 +246,7 @@ jobs:
246246
steps:
247247
- id: checkout
248248
name: Checkout ${{ env.REF_NAME }}
249-
uses: actions/checkout@v3.5.2
249+
uses: actions/checkout@v3.5.3
250250
with:
251251
persist-credentials: false
252252
ref: ${{ env.REF }}
@@ -301,7 +301,7 @@ jobs:
301301
steps:
302302
- id: checkout
303303
name: Checkout ${{ env.REF_NAME }}
304-
uses: actions/checkout@v3.5.2
304+
uses: actions/checkout@v3.5.3
305305
with:
306306
persist-credentials: false
307307
ref: ${{ env.REF }}
@@ -359,7 +359,7 @@ jobs:
359359
steps:
360360
- id: checkout
361361
name: Checkout ${{ env.REF_NAME }}
362-
uses: actions/checkout@v3.5.2
362+
uses: actions/checkout@v3.5.3
363363
with:
364364
persist-credentials: false
365365
ref: ${{ env.REF }}
@@ -412,7 +412,7 @@ jobs:
412412
steps:
413413
- id: checkout
414414
name: Checkout ${{ env.REF }}
415-
uses: actions/checkout@v3.5.2
415+
uses: actions/checkout@v3.5.3
416416
with:
417417
ref: ${{ env.REF }}
418418
- id: node

.github/workflows/dependabot-auto.yml

Lines changed: 1 addition & 1 deletion
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.2
45+
uses: actions/checkout@v3.5.3
4646
with:
4747
persist-credentials: ${{ steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' }}
4848
ref: ${{ github.head_ref }}

.github/workflows/infrastructure.yml

Lines changed: 1 addition & 1 deletion
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.2
52+
uses: actions/checkout@v3.5.3
5353
with:
5454
persist-credentials: false
5555
ref: ${{ github.ref }}

.github/workflows/integrity.yml

Lines changed: 1 addition & 1 deletion
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.2
49+
uses: actions/checkout@v3.5.3
5050
with:
5151
persist-credentials: false
5252
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
@@ -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.2
46+
uses: actions/checkout@v3.5.3
4747
with:
4848
persist-credentials: false
4949
ref: main

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: hmarr/debug-action@v2.1.0
5252
- id: checkout
5353
name: Checkout ${{ env.TAG }}
54-
uses: actions/checkout@v3.5.2
54+
uses: actions/checkout@v3.5.3
5555
with:
5656
persist-credentials: false
5757
ref: ${{ env.REF }}
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- id: checkout
8888
name: Checkout ${{ env.TAG }}
89-
uses: actions/checkout@v3.5.2
89+
uses: actions/checkout@v3.5.3
9090
with:
9191
persist-credentials: false
9292
ref: ${{ env.REF }}
@@ -124,7 +124,7 @@ jobs:
124124
steps:
125125
- id: checkout
126126
name: Checkout ${{ env.TAG }}
127-
uses: actions/checkout@v3.5.2
127+
uses: actions/checkout@v3.5.3
128128
with:
129129
persist-credentials: false
130130
ref: ${{ env.REF }}
@@ -166,7 +166,7 @@ jobs:
166166
steps:
167167
- id: checkout
168168
name: Checkout ${{ env.TAG }}
169-
uses: actions/checkout@v3.5.2
169+
uses: actions/checkout@v3.5.3
170170
with:
171171
ref: ${{ format('refs/tags/{0}', env.TAG) }}
172172
- id: env

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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.2
59+
uses: actions/checkout@v3.5.3
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.2
99+
uses: actions/checkout@v3.5.3
100100
with:
101101
fetch-depth: 0
102102
persist-credentials: true

0 commit comments

Comments
 (0)