mirror of
https://github.com/actions/checkout.git
synced 2025-05-24 18:25:10 +02:00
Merge 8ad1fa8b06
into f43a0e5ff2
This commit is contained in:
commit
1b26a2aca9
2 changed files with 4 additions and 4 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-node@v1
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -269,4 +269,4 @@ jobs:
|
|||
- name: Fix Checkout v3
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: v3
|
||||
path: v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue