1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

update actions/setup-node version: v1 -> v3

This commit is contained in:
shimataro 2022-12-21 10:39:51 +09:00
parent a9dcf12b06
commit 9c8d96a399
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -29,7 +29,7 @@ jobs:
- name: Checkout source codes
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.nodejs }}
- name: Install dependencies