diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e034a33..fb8a1cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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: | @@ -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 @@ -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: | @@ -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 @@ -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: |