Update example to use actions v3

This commit is contained in:
Bret Comnes 2022-12-20 09:37:42 -07:00 committed by GitHub
parent 86a0fba676
commit 97a3bdd7ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,11 +29,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
# Set up any tools and build steps here
# This example uses a Node.js toolchain to build a site
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install deps and build