diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index a9a5bc6..e91a706 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -17,7 +17,7 @@ jobs: name: Release artifacts. runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.12. + - name: Download Earthly. uses: earthly/actions-setup@v1 with: version: v0.8.15 @@ -31,8 +31,10 @@ jobs: name: Publish. runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.12. - run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" + - name: Download Earthly. + uses: earthly/actions-setup@v1 + with: + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 - name: Publish. diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2923717..ae8e207 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -14,7 +14,7 @@ jobs: matrix: language: [rust, python, shell] steps: - - name: Download Earthly v0.8.12. + - name: Download Earthly. uses: earthly/actions-setup@v1 with: version: v0.8.15 @@ -29,7 +29,7 @@ jobs: matrix: language: [rust, shell] steps: - - name: Download Earthly v0.8.12. + - name: Download Earthly. uses: earthly/actions-setup@v1 with: version: v0.8.15 @@ -41,7 +41,7 @@ jobs: name: Compile runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.12. + - name: Download Earthly. uses: earthly/actions-setup@v1 with: version: v0.8.15 @@ -53,7 +53,7 @@ jobs: name: Unit Test runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.12. + - name: Download Earthly. uses: earthly/actions-setup@v1 with: version: v0.8.15 @@ -68,7 +68,7 @@ jobs: name: End to End Test runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.12. + - name: Download Earthly. uses: earthly/actions-setup@v1 with: version: v0.8.15 diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 03ee15a..2cac899 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,7 +11,7 @@ jobs: name: Linting runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.12. + - name: Download Earthly. uses: earthly/actions-setup@v1 with: version: v0.8.15 diff --git a/.github/workflows/git-history.yml b/.github/workflows/git-history.yml index 1ea64fc..c14e19b 100644 --- a/.github/workflows/git-history.yml +++ b/.github/workflows/git-history.yml @@ -11,7 +11,7 @@ jobs: name: Clean runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.12. + - name: Download Earthly. uses: earthly/actions-setup@v1 with: version: v0.8.15 diff --git a/.github/workflows/github-actions-workflows.yml b/.github/workflows/github-actions-workflows.yml index 3546b5d..7caf5af 100644 --- a/.github/workflows/github-actions-workflows.yml +++ b/.github/workflows/github-actions-workflows.yml @@ -11,7 +11,7 @@ jobs: name: Linting runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.12. + - name: Download Earthly. uses: earthly/actions-setup@v1 with: version: v0.8.15 @@ -23,7 +23,7 @@ jobs: name: Formatting runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.12. + - name: Download Earthly. uses: earthly/actions-setup@v1 with: version: v0.8.15