Skip to content

Commit bf862bf

Browse files
ci(deps): Bump actions/checkout from 3.5.2 to 3.5.3 (#138)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca8082d commit bf862bf

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/[email protected].2
42+
uses: actions/[email protected].3
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/[email protected]
3333
- id: checkout
3434
name: Checkout ${{ github.head_ref }}
35-
uses: actions/[email protected].2
35+
uses: actions/[email protected].3
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/[email protected]
4747
- id: checkout
4848
name: Checkout main
49-
uses: actions/[email protected].2
49+
uses: actions/[email protected].3
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/[email protected]
6565
- id: checkout
6666
name: Checkout ${{ env.REF_NAME }}
67-
uses: actions/[email protected].2
67+
uses: actions/[email protected].3
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/[email protected].2
99+
uses: actions/[email protected].3
100100
with:
101101
fetch-depth: 0
102102
persist-credentials: false
@@ -127,7 +127,7 @@ jobs:
127127
steps:
128128
- id: checkout
129129
name: Checkout ${{ env.REF_NAME }}
130-
uses: actions/[email protected].2
130+
uses: actions/[email protected].3
131131
with:
132132
fetch-depth: 0
133133
persist-credentials: false
@@ -151,7 +151,7 @@ jobs:
151151
steps:
152152
- id: checkout
153153
name: Checkout ${{ env.REF_NAME }}
154-
uses: actions/[email protected].2
154+
uses: actions/[email protected].3
155155
with:
156156
persist-credentials: false
157157
ref: ${{ env.REF }}
@@ -179,7 +179,7 @@ jobs:
179179
steps:
180180
- id: checkout
181181
name: Checkout ${{ env.REF_NAME }}
182-
uses: actions/[email protected].2
182+
uses: actions/[email protected].3
183183
with:
184184
persist-credentials: false
185185
ref: ${{ env.REF }}
@@ -210,7 +210,7 @@ jobs:
210210
steps:
211211
- id: checkout
212212
name: Checkout ${{ env.REF_NAME }}
213-
uses: actions/[email protected].2
213+
uses: actions/[email protected].3
214214
with:
215215
persist-credentials: false
216216
ref: ${{ env.REF }}
@@ -246,7 +246,7 @@ jobs:
246246
steps:
247247
- id: checkout
248248
name: Checkout ${{ env.REF_NAME }}
249-
uses: actions/[email protected].2
249+
uses: actions/[email protected].3
250250
with:
251251
persist-credentials: false
252252
ref: ${{ env.REF }}
@@ -307,7 +307,7 @@ jobs:
307307
steps:
308308
- id: checkout
309309
name: Checkout ${{ env.REF_NAME }}
310-
uses: actions/[email protected].2
310+
uses: actions/[email protected].3
311311
with:
312312
persist-credentials: false
313313
ref: ${{ env.REF }}
@@ -365,7 +365,7 @@ jobs:
365365
steps:
366366
- id: checkout
367367
name: Checkout ${{ env.REF_NAME }}
368-
uses: actions/[email protected].2
368+
uses: actions/[email protected].3
369369
with:
370370
persist-credentials: false
371371
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/[email protected].2
45+
uses: actions/[email protected].3
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/[email protected].2
52+
uses: actions/[email protected].3
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/[email protected].2
49+
uses: actions/[email protected].3
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/[email protected]
4444
- id: checkout
4545
name: Checkout main
46-
uses: actions/[email protected].2
46+
uses: actions/[email protected].3
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/[email protected]
5050
- id: checkout
5151
name: Checkout ${{ env.TAG }}
52-
uses: actions/[email protected].2
52+
uses: actions/[email protected].3
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/[email protected].2
87+
uses: actions/[email protected].3
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/[email protected].2
125+
uses: actions/[email protected].3
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/[email protected]
5757
- id: checkout
5858
name: Checkout ${{ env.REF_NAME }}
59-
uses: actions/[email protected].2
59+
uses: actions/[email protected].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/[email protected].2
99+
uses: actions/[email protected].3
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/[email protected]
4949
- id: checkout
5050
name: Checkout ${{ github.ref_name }}
51-
uses: actions/[email protected].2
51+
uses: actions/[email protected].3
5252
with:
5353
persist-credentials: false
5454
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)