chore(deps): update actions/checkout action to v4 (#304)

Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
Renovate Bot 2023-10-03 17:18:05 +00:00 committed by techknowlogick
parent 24b09b0f66
commit 304779ca3c
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
name: build and publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- uses: https://github.com/actions/setup-node@v3

View File

@ -7,7 +7,7 @@ jobs:
check-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: https://github.com/actions/setup-node@v3
with:
node-version: 16