Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Apr 30, 2024
1 parent 792bf97 commit 1d13a1e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}

Expand All @@ -26,12 +26,12 @@ jobs:
fetch-depth: 0

- name: Install OS Deps
run: |
run: |
apk update && apk add --update git sudo tar build-base libsodium-dev \
elixir erlang-dialyzer
- name: Retrieve Cached Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache
with:
path: |
Expand Down Expand Up @@ -60,12 +60,12 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -78,7 +78,7 @@ jobs:
mix local.hex --force
- name: Retrieve Cached Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache
with:
path: |
Expand Down Expand Up @@ -114,12 +114,12 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -132,7 +132,7 @@ jobs:
mix local.hex --force
- name: Retrieve Cached Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache
with:
path: |
Expand Down

0 comments on commit 1d13a1e

Please sign in to comment.