diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c1657dd01..2c504f4776 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Elixir uses: erlef/setup-beam@v1 @@ -67,7 +67,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Restore deps and _build cache uses: actions/cache@v3 @@ -110,7 +110,7 @@ jobs: - elixir: 1.14.0 otp: 24.3.4 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Download released earth run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.5.16/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" - name: Execute tests