diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73f209c6b0..21b3be71f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: otp: 24.3.4 run_installer_tests: 1 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 @@ -40,7 +40,7 @@ jobs: - elixir: 1.13.3 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 @@ -49,7 +49,7 @@ jobs: name: npm runs-on: ubuntu-latest 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