Merge pull request #1681 from c9s/dependabot/github_actions/actions/checkout-4

dep: bump actions/checkout from 2 to 4
This commit is contained in:
c9s 2024-08-20 14:42:10 +08:00 committed by GitHub
commit 40260a1204
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
# lfs: 'true'
ssh-key: ${{ secrets.git_ssh_key }}

View File

@ -21,7 +21,7 @@ jobs:
node-version: [ 16.x ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:

View File

@ -16,7 +16,7 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with: