Skip to content

Commit

Permalink
Use v3 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Henry authored and heymatthenry committed Apr 5, 2023
1 parent abb7701 commit 73ecfad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
ALLOWED_HOSTS: '0.0.0.0 127.0.0.1 localhost'
DISABLE_AUTH: False
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Pull Docker Hub images
Expand Down

0 comments on commit 73ecfad

Please sign in to comment.