Skip to content

Commit

Permalink
Rev actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 29, 2024
1 parent c35e808 commit 384e169
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: "yarn"
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.runner }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ./
with:
Expand Down

0 comments on commit 384e169

Please sign in to comment.