Skip to content

Commit 152ccba

Browse files
committed
build(deps): update latest
1 parent 10b5a0d commit 152ccba

File tree

5 files changed

+1506
-257
lines changed

5 files changed

+1506
-257
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
lint:
1111
runs-on: "ubuntu-latest"
1212
steps:
13-
- uses: "actions/[email protected].6"
13+
- uses: "actions/[email protected].7"
1414

1515
- name: "Setup Node.js"
16-
uses: "actions/[email protected].2"
16+
uses: "actions/[email protected].3"
1717
with:
1818
node-version: "lts/*"
1919
cache: "npm"

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
pull-requests: "write"
1414
id-token: "write"
1515
steps:
16-
- uses: "actions/[email protected].6"
16+
- uses: "actions/[email protected].7"
1717
with:
1818
fetch-depth: 0
1919
persist-credentials: false
2020

2121
- name: "Setup Node.js"
22-
uses: "actions/[email protected].2"
22+
uses: "actions/[email protected].3"
2323
with:
2424
node-version: "lts/*"
2525
cache: "npm"

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
test:
1111
runs-on: "ubuntu-latest"
1212
steps:
13-
- uses: "actions/[email protected].6"
13+
- uses: "actions/[email protected].7"
1414

1515
- name: "Setup Node.js"
16-
uses: "actions/[email protected].2"
16+
uses: "actions/[email protected].3"
1717
with:
1818
node-version: "lts/*"
1919
cache: "npm"

0 commit comments

Comments
 (0)