Skip to content

Commit 8742bfb

Browse files
authored
chore: bump actions
1 parent 955f0be commit 8742bfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

1515
- name: Setup Node.js
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v6
1717
with:
18-
node-version: "22"
19-
cache: "npm"
18+
node-version: 22
19+
cache: npm
2020

2121
- name: Install dependencies
2222
run: npm ci

0 commit comments

Comments
 (0)