Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
there are warnings about out of date actions
  • Loading branch information
jdub233 committed Jul 24, 2024
1 parent 362a960 commit 895fcc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.3
with:
node-version: '18'
- run: npm ci
Expand Down

0 comments on commit 895fcc9

Please sign in to comment.