Skip to content

Commit 45d0de6

Browse files
committed
Update actions
1 parent ae813c1 commit 45d0de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111

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

1515
- name: Use Node.js
16-
uses: actions/setup-node
16+
uses: actions/setup-node@v3
1717
with:
1818
node-version: '20'
1919

0 commit comments

Comments
 (0)