0
mirror of https://github.com/actions/checkout.git synced 2025-04-25 07:30:34 +00:00

robynl81/checkout

This commit is contained in:
robynl81 2022-12-25 07:37:02 -06:00 committed by GitHub
parent 3ba5ee6fac
commit 1cb5709a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: 16.x node-version: 16.x
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -242,4 +242,4 @@ jobs:
- name: Fix Checkout v3 - name: Fix Checkout v3
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
path: v3 path: v3