Skip to content

Commit

Permalink
Update actions/checkout and actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Mar 17, 2024
1 parent 23ac789 commit aa37278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
# When the ref is empty, HEAD will be checked out.
ref: ${{ github.event.inputs.git-ref }}

- name: Set up Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 12

Expand Down

0 comments on commit aa37278

Please sign in to comment.