Skip to content

Commit 68c9b03

Browse files
ci(deps): Bump actions/checkout from 3.5.0 to 3.5.1 (#73)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5dce4c commit 68c9b03

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.github/workflows/approve-pr.yml

Lines changed: 1 addition & 1 deletion
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/[email protected].0
39+
uses: actions/[email protected].1
4040
with:
4141
persist-credentials: false
4242
ref: ${{ github.head_ref }}

.github/workflows/ci.yml

Lines changed: 8 additions & 8 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 }}
60-
uses: actions/[email protected].0
60+
uses: actions/[email protected].1
6161
with:
6262
ref: ${{ env.REF }}
6363
- id: node
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- id: checkout
9090
name: Checkout ${{ env.REF }}
91-
uses: actions/[email protected].0
91+
uses: actions/[email protected].1
9292
with:
9393
fetch-depth: 0
9494
ref: ${{ env.REF }}
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
- id: checkout
111111
name: Checkout ${{ env.REF }}
112-
uses: actions/[email protected].0
112+
uses: actions/[email protected].1
113113
with:
114114
ref: ${{ env.REF }}
115115
- id: node
@@ -134,7 +134,7 @@ jobs:
134134
steps:
135135
- id: checkout
136136
name: Checkout ${{ env.REF }}
137-
uses: actions/[email protected].0
137+
uses: actions/[email protected].1
138138
with:
139139
ref: ${{ env.REF }}
140140
- id: node
@@ -159,7 +159,7 @@ jobs:
159159
steps:
160160
- id: checkout
161161
name: Checkout ${{ env.REF }}
162-
uses: actions/[email protected].0
162+
uses: actions/[email protected].1
163163
with:
164164
ref: ${{ env.REF }}
165165
- id: node
@@ -192,7 +192,7 @@ jobs:
192192
steps:
193193
- id: checkout
194194
name: Checkout ${{ env.REF }}
195-
uses: actions/[email protected].0
195+
uses: actions/[email protected].1
196196
with:
197197
ref: ${{ env.REF }}
198198
- id: node
@@ -235,7 +235,7 @@ jobs:
235235
steps:
236236
- id: checkout
237237
name: Checkout ${{ env.REF }}
238-
uses: actions/[email protected].0
238+
uses: actions/[email protected].1
239239
with:
240240
ref: ${{ env.REF }}
241241
- id: node
@@ -280,7 +280,7 @@ jobs:
280280
steps:
281281
- id: checkout
282282
name: Checkout ${{ env.REF }}
283-
uses: actions/[email protected].0
283+
uses: actions/[email protected].1
284284
with:
285285
ref: ${{ env.REF }}
286286
- id: node

.github/workflows/dependabot-auto.yml

Lines changed: 1 addition & 1 deletion
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/[email protected].0
42+
uses: actions/[email protected].1
4343
with:
4444
persist-credentials: ${{ steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' }}
4545
ref: ${{ github.head_ref }}

.github/workflows/integrity.yml

Lines changed: 1 addition & 1 deletion
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/[email protected].0
48+
uses: actions/[email protected].1
4949
with:
5050
persist-credentials: false
5151
ref: ${{ env.REF }}

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

Lines changed: 1 addition & 1 deletion
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/[email protected].0
36+
uses: actions/[email protected].1
3737
with:
3838
persist-credentials: false
3939
ref: main

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
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/[email protected].0
31+
uses: actions/[email protected].1
3232
with:
3333
ref: ${{ github.ref }}
3434
- id: sync

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: hmarr/[email protected]
4242
- id: checkout
4343
name: Checkout ${{ env.TAG }}
44-
uses: actions/[email protected].0
44+
uses: actions/[email protected].1
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/[email protected].0
68+
uses: actions/[email protected].1
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/[email protected].0
101+
uses: actions/[email protected].1
102102
with:
103103
ref: ${{ format('refs/tags/{0}', env.TAG) }}
104104
- id: npmrc-cleanup

.github/workflows/release.yml

Lines changed: 2 additions & 2 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 ${{ env.REF }}
50-
uses: actions/[email protected].0
50+
uses: actions/[email protected].1
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/[email protected].0
85+
uses: actions/[email protected].1
8686
with:
8787
fetch-depth: 0
8888
ref: ${{ github.event.inputs.sha || github.event.pull_request.merge_commit_sha }}

0 commit comments

Comments
 (0)