Skip to content

Commit 5852967

Browse files
ci(deps): Bump actions/checkout from 3.4.0 to 3.5.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9ad45a commit 5852967

9 files changed

+20
-20
lines changed

.github/workflows/approve-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
skip-commit-verification: true
3737
- id: checkout
3838
name: Checkout ${{ github.head_ref }}
39-
uses: actions/checkout@v3.4.0
39+
uses: actions/checkout@v3.5.0
4040
with:
4141
persist-credentials: false
4242
ref: ${{ github.head_ref }}

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: hmarr/debug-action@v2.1.0
5959
- id: checkout
6060
name: Checkout ${{ env.REF }}
61-
uses: actions/checkout@v3.4.0
61+
uses: actions/checkout@v3.5.0
6262
with:
6363
ref: ${{ env.REF }}
6464
- id: node
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- id: checkout
9191
name: Checkout ${{ env.REF }}
92-
uses: actions/checkout@v3.4.0
92+
uses: actions/checkout@v3.5.0
9393
with:
9494
fetch-depth: 0
9595
ref: ${{ env.REF }}
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- id: checkout
117117
name: Checkout ${{ env.REF }}
118-
uses: actions/checkout@v3.4.0
118+
uses: actions/checkout@v3.5.0
119119
with:
120120
fetch-depth: 0
121121
ref: ${{ env.REF }}
@@ -138,7 +138,7 @@ jobs:
138138
steps:
139139
- id: checkout
140140
name: Checkout ${{ env.REF }}
141-
uses: actions/checkout@v3.4.0
141+
uses: actions/checkout@v3.5.0
142142
with:
143143
ref: ${{ env.REF }}
144144
- id: node
@@ -165,7 +165,7 @@ jobs:
165165
steps:
166166
- id: checkout
167167
name: Checkout ${{ env.REF }}
168-
uses: actions/checkout@v3.4.0
168+
uses: actions/checkout@v3.5.0
169169
with:
170170
ref: ${{ env.REF }}
171171
- id: node
@@ -192,7 +192,7 @@ jobs:
192192
steps:
193193
- id: checkout
194194
name: Checkout ${{ env.REF }}
195-
uses: actions/checkout@v3.4.0
195+
uses: actions/checkout@v3.5.0
196196
with:
197197
ref: ${{ env.REF }}
198198
- id: node
@@ -229,7 +229,7 @@ jobs:
229229
steps:
230230
- id: checkout
231231
name: Checkout ${{ env.REF }}
232-
uses: actions/checkout@v3.4.0
232+
uses: actions/checkout@v3.5.0
233233
with:
234234
ref: ${{ env.REF }}
235235
- id: node
@@ -274,7 +274,7 @@ jobs:
274274
steps:
275275
- id: checkout
276276
name: Checkout ${{ env.REF }}
277-
uses: actions/checkout@v3.4.0
277+
uses: actions/checkout@v3.5.0
278278
with:
279279
ref: ${{ env.REF }}
280280
- id: node
@@ -322,7 +322,7 @@ jobs:
322322
steps:
323323
- id: checkout
324324
name: Checkout ${{ env.REF }}
325-
uses: actions/checkout@v3.4.0
325+
uses: actions/checkout@v3.5.0
326326
with:
327327
ref: ${{ env.REF }}
328328
- id: node

.github/workflows/dependabot-auto.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.4.0
42+
uses: actions/checkout@v3.5.0
4343
with:
4444
persist-credentials: ${{ steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' }}
4545
ref: ${{ github.head_ref }}

.github/workflows/integrity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- id: checkout
4747
name: Checkout ${{ env.REF }}
48-
uses: actions/checkout@v3.4.0
48+
uses: actions/checkout@v3.5.0
4949
with:
5050
persist-credentials: false
5151
ref: ${{ env.REF }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- id: checkout
3535
name: Checkout main
36-
uses: actions/checkout@v3.4.0
36+
uses: actions/checkout@v3.5.0
3737
with:
3838
persist-credentials: false
3939
ref: main

.github/workflows/labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- id: checkout
3030
name: Checkout ${{ github.ref_name }}
31-
uses: actions/checkout@v3.4.0
31+
uses: actions/checkout@v3.5.0
3232
with:
3333
ref: ${{ github.ref }}
3434
- id: sync

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: hmarr/debug-action@v2.1.0
4242
- id: checkout
4343
name: Checkout ${{ env.TAG }}
44-
uses: actions/checkout@v3.4.0
44+
uses: actions/checkout@v3.5.0
4545
with:
4646
ref: ${{ format('refs/tags/{0}', env.TAG) }}
4747
- id: version
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- id: checkout
6767
name: Checkout ${{ env.TAG }}
68-
uses: actions/checkout@v3.4.0
68+
uses: actions/checkout@v3.5.0
6969
with:
7070
ref: ${{ format('refs/tags/{0}', env.TAG) }}
7171
- id: npmrc-cleanup
@@ -98,7 +98,7 @@ jobs:
9898
steps:
9999
- id: checkout
100100
name: Checkout ${{ env.TAG }}
101-
uses: actions/checkout@v3.4.0
101+
uses: actions/checkout@v3.5.0
102102
with:
103103
ref: ${{ format('refs/tags/{0}', env.TAG) }}
104104
- id: npmrc-cleanup

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: hmarr/debug-action@v2.1.0
4848
- id: checkout
4949
name: Checkout ${{ env.REF }}
50-
uses: actions/checkout@v3.4.0
50+
uses: actions/checkout@v3.5.0
5151
with:
5252
ref: ${{ env.REF }}
5353
- id: version
@@ -82,7 +82,7 @@ jobs:
8282
steps:
8383
- id: checkout
8484
name: Checkout ${{ github.event.inputs.sha || 'event.pull_request.merge_commit_sha' }}
85-
uses: actions/checkout@v3.4.0
85+
uses: actions/checkout@v3.5.0
8686
with:
8787
fetch-depth: 0
8888
ref: ${{ github.event.inputs.sha || github.event.pull_request.merge_commit_sha }}

.github/workflows/typescript-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: hmarr/debug-action@v2.1.0
4242
- id: checkout
4343
name: Checkout ${{ env.REF }}
44-
uses: actions/checkout@v3.4.0
44+
uses: actions/checkout@v3.5.0
4545
with:
4646
ref: ${{ env.REF }}
4747
- id: node

0 commit comments

Comments
 (0)