Merge pull request #33 from pig-mesh/renovate/actions-checkout-4.x

Update actions/checkout action to v4
This commit is contained in:
冷冷 2024-03-03 12:42:40 +08:00 committed by GitHub
commit b53acd3d6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: ${{ matrix.npm-client }} install

View File

@ -30,7 +30,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: ${{ matrix.npm-client }} install