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/checkout version: v2 -> v3

This commit is contained in:
shimataro 2022-12-21 09:55:18 +09:00
parent efe2db156b
commit a9dcf12b06
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
2 changed files with 13 additions and 13 deletions

View file

@ -27,7 +27,7 @@ jobs:
- name: Turn off auto-crlf
run: git config --global core.autocrlf false
- name: Checkout source codes
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v1
with: