Skip to content

Commit

Permalink
update to v4 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
porsager committed Feb 17, 2024
1 parent 6f20a48 commit 181ae47
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 @@ -25,7 +25,7 @@ jobs:
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
date
sudo apt purge postgresql-14
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm test
Expand Down

0 comments on commit 181ae47

Please sign in to comment.