Skip to content

Commit

Permalink
chore(ci): bump one more action version
Browse files Browse the repository at this point in the history
  • Loading branch information
brianphillips committed May 28, 2024
1 parent 2983812 commit ff3637c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: [18.x, 20.x]

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

- name: Start containers
run: docker-compose -f "docker-compose.yml" up -d --build
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- name: Semantic Release
Expand Down

0 comments on commit ff3637c

Please sign in to comment.