Skip to content

Commit 184f6a6

Browse files
chore(release): bump action version
1 parent 87ef8b6 commit 184f6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
publish:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v5
2121
with:
2222
node-version: "20"
2323
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)