Skip to content

Commit

Permalink
use main
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Jul 14, 2024
1 parent 58c3b58 commit 9e37bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assertions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@vmain

- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@main
with:
node-version: 'lts/*'
cache: 'npm'
Expand Down

0 comments on commit 9e37bb4

Please sign in to comment.