Skip to content

Commit

Permalink
Update example to use actions v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes authored Dec 20, 2022
1 parent 86a0fba commit 97a3bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97a3bdd

Please sign in to comment.