Skip to content

Commit 975bb80

Browse files
authored
Bump versions of GitHub Actions (#25)
1 parent bb5a0c9 commit 975bb80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- uses: actions/configure-pages@v1
2727
id: pages
2828
- name: Install Node.js
29-
uses: actions/setup-node@v3
29+
uses: actions/setup-node@v4
3030
with:
3131
node-version: 20
3232
cache: npm

0 commit comments

Comments
 (0)