From ad35e6451cafb7e1bd70726c1ddb20d839819bd9 Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Sat, 30 Mar 2024 19:36:14 +0000 Subject: [PATCH] build: upgrading to Earthly v0.8.6 (#50) https://github.com/earthly/earthly/releases/tag/v0.8.6 --- .github/workflows/continuous-integration.yml | 16 ++++++++-------- .github/workflows/conventional-commits.yml | 4 ++-- .github/workflows/git-history.yml | 4 ++-- .github/workflows/github-actions-workflows.yml | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 879f937..e31cf1b 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.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: Download Earthly v0.8.6. + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/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.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: Download Earthly v0.8.6. + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/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.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: Download Earthly v0.8.6. + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/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.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: Download Earthly v0.8.6. + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/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 06c16c4..aa2f88e 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.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: Download Earthly v0.8.6. + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/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 3372f5c..dab2e30 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.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: Download Earthly v0.8.6. + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/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 56b54c4..a8816bf 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.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: Download Earthly v0.8.6. + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/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.