From baec6d68cc14d4ddf09263a0cc5a5f0dfb15c4f3 Mon Sep 17 00:00:00 2001 From: Samuel Gordalina Date: Wed, 12 Jun 2024 11:44:14 -1000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad2998a..556089e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: env: MIX_ENV: test steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: "${{matrix.otp}}" @@ -64,7 +64,7 @@ jobs: - otp: "27.x" elixir: "1.17.x" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: "${{matrix.otp}}" @@ -88,7 +88,7 @@ jobs: - otp: "27.x" elixir: "1.17.x" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: "${{matrix.otp}}" @@ -114,7 +114,7 @@ jobs: env: HEX_API_KEY: ${{ secrets.HEX_API_KEY }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: "${{matrix.otp}}"