diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 099d107..879f937 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -11,8 +11,8 @@ jobs: name: Shell Formatting runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.1. - run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.1/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" + - name: Download Earthly v0.8.4. + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.4/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" - name: Checkout code. uses: actions/checkout@v3 - name: Check Shell formatting. @@ -21,8 +21,8 @@ jobs: name: YAML Formatting runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.1. - run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.1/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" + - name: Download Earthly v0.8.4. + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.4/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" - name: Checkout code. uses: actions/checkout@v3 - name: Check YAML formatting. @@ -31,8 +31,8 @@ jobs: name: Shell Formatting runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.1. - run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.1/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" + - name: Download Earthly v0.8.4. + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.4/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" - name: Checkout code. uses: actions/checkout@v3 - name: Check Shell formatting. @@ -41,8 +41,8 @@ jobs: name: End to End Test runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.1. - run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.1/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" + - name: Download Earthly v0.8.4. + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.4/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" - name: Checkout code. uses: actions/checkout@v3 - name: End to end test. diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 65f8567..06c16c4 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,8 +11,8 @@ jobs: name: Linting runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.1. - run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.1/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" + - name: Download Earthly v0.8.4. + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.4/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" - name: Checkout code. uses: actions/checkout@v3 with: diff --git a/.github/workflows/git-history.yml b/.github/workflows/git-history.yml index 686049d..3372f5c 100644 --- a/.github/workflows/git-history.yml +++ b/.github/workflows/git-history.yml @@ -11,8 +11,8 @@ jobs: name: Clean runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.1. - run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.1/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" + - name: Download Earthly v0.8.4. + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.4/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" - name: Checkout code. uses: actions/checkout@v3 with: diff --git a/.github/workflows/github-actions-workflows.yml b/.github/workflows/github-actions-workflows.yml index 8f97d9d..56b54c4 100644 --- a/.github/workflows/github-actions-workflows.yml +++ b/.github/workflows/github-actions-workflows.yml @@ -11,8 +11,8 @@ jobs: name: Linting runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.1. - run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.1/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" + - name: Download Earthly v0.8.4. + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.4/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" - name: Checkout code. uses: actions/checkout@v3 - name: Check GitHub Actions workflows linting.