Skip to content

Commit 2620ba9

Browse files
chore(deps): update actions/checkout action to v4.1.6 (#473)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91457d9 commit 2620ba9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/pull_request.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Lint
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].5
11+
- uses: actions/[email protected].6
1212
- uses: actions/[email protected]
1313
with:
1414
cache: yarn
@@ -21,7 +21,7 @@ jobs:
2121
name: Build
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/[email protected].5
24+
- uses: actions/[email protected].6
2525
- uses: actions/[email protected]
2626
with:
2727
cache: yarn
@@ -34,7 +34,7 @@ jobs:
3434
name: Test Coverage
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/[email protected].5
37+
- uses: actions/[email protected].6
3838
- uses: actions/[email protected]
3939
with:
4040
cache: yarn
@@ -55,7 +55,7 @@ jobs:
5555
node:
5656
- 18
5757
steps:
58-
- uses: actions/[email protected].5
58+
- uses: actions/[email protected].6
5959
- uses: actions/[email protected]
6060
with:
6161
cache: yarn
@@ -67,7 +67,7 @@ jobs:
6767
name: Build Docs
6868
runs-on: ubuntu-latest
6969
steps:
70-
- uses: actions/[email protected].5
70+
- uses: actions/[email protected].6
7171
- uses: actions/[email protected]
7272
with:
7373
cache: yarn

.github/workflows/push.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Lint
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/[email protected].5
13+
- uses: actions/[email protected].6
1414
- uses: actions/[email protected]
1515
with:
1616
cache: yarn
@@ -23,7 +23,7 @@ jobs:
2323
name: Build
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/[email protected].5
26+
- uses: actions/[email protected].6
2727
- uses: actions/[email protected]
2828
with:
2929
cache: yarn
@@ -36,7 +36,7 @@ jobs:
3636
name: Test Coverage
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/[email protected].5
39+
- uses: actions/[email protected].6
4040
- uses: actions/[email protected]
4141
with:
4242
cache: yarn
@@ -57,7 +57,7 @@ jobs:
5757
node:
5858
- 18
5959
steps:
60-
- uses: actions/[email protected].5
60+
- uses: actions/[email protected].6
6161
- uses: actions/[email protected]
6262
with:
6363
cache: yarn
@@ -69,7 +69,7 @@ jobs:
6969
name: Build & Deploy Docs
7070
runs-on: ubuntu-latest
7171
steps:
72-
- uses: actions/[email protected].5
72+
- uses: actions/[email protected].6
7373
- uses: actions/[email protected]
7474
with:
7575
cache: yarn

0 commit comments

Comments
 (0)