mirror of
https://github.com/mantinedev/next-app-template.git
synced 2025-11-24 05:31:23 +10:00
Update actions/checkout action to v6
This commit is contained in:
2
.github/workflows/npm_test.yml
vendored
2
.github/workflows/npm_test.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
test_pull_request:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
|
||||
Reference in New Issue
Block a user