Skip to content

Commit

Permalink
fix: bumped checkout -> v2
Browse files Browse the repository at this point in the history
  • Loading branch information
MacQSL committed Aug 12, 2024
1 parent 1df7f6a commit 26f3896
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: "18"
Expand All @@ -15,6 +15,9 @@ jobs:
- name: Create ENV file
run: touch .env && yes | make env

- name: Clean containers
run: make clean

- name: Build containers (db, db_setup, api)
run: make build-backend

Expand Down

0 comments on commit 26f3896

Please sign in to comment.