Skip to content

Commit

Permalink
ci: upgrade actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Oct 22, 2024
1 parent 643f0f6 commit ecb13da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
Expand All @@ -27,9 +27,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
Expand All @@ -51,7 +51,7 @@ jobs:
needs: unit-test
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Start containers
run: docker compose up -d
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
needs: unit-test
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Start containers
run: docker compose up -d
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
needs: unit-test
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Start containers
run: docker compose up -d
Expand Down

0 comments on commit ecb13da

Please sign in to comment.