Skip to content

Commit

Permalink
Update checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-byster committed Feb 22, 2024
1 parent 1e49600 commit e012efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Backend Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup CI Script
run: bash scripts/setup_ci.sh
env:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
# run 3 copies of the current job in parallel
# containers: [1, 2]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit e012efa

Please sign in to comment.