From 66457de228fd47dd962e551cb35f36b66bb99a33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:06:29 +0000 Subject: [PATCH] chore(deps): update earthly/earthly docker tag to v0.8.15 --- .github/workflows/continuous-delivery.yml | 6 +++--- .github/workflows/continuous-integration.yml | 20 +++++++++---------- .github/workflows/conventional-commits.yml | 4 ++-- .github/workflows/git-history.yml | 4 ++-- .../workflows/github-actions-workflows.yml | 8 ++++---- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 7631666..d5d6d8f 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -17,10 +17,10 @@ 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.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 - name: Release artifacts. @@ -31,7 +31,7 @@ jobs: name: Publish. runs-on: ubuntu-latest steps: - - name: Download Earthly v0.8.12. + - name: Download Earthly. 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: Checkout code. uses: actions/checkout@v4 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index d336040..ae8e207 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -14,10 +14,10 @@ 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.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 - name: Check formatting. @@ -29,10 +29,10 @@ jobs: matrix: language: [rust, shell] steps: - - name: Download Earthly v0.8.12. + - name: Download Earthly. uses: earthly/actions-setup@v1 with: - version: v0.8.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 - name: Check linting. @@ -41,10 +41,10 @@ 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.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 - name: Compile. @@ -53,10 +53,10 @@ 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.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 with: @@ -68,10 +68,10 @@ 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.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 - name: End to End test. diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 16fafe3..2cac899 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,10 +11,10 @@ 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.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 with: diff --git a/.github/workflows/git-history.yml b/.github/workflows/git-history.yml index 2f5d1d7..c14e19b 100644 --- a/.github/workflows/git-history.yml +++ b/.github/workflows/git-history.yml @@ -11,10 +11,10 @@ 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.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 with: diff --git a/.github/workflows/github-actions-workflows.yml b/.github/workflows/github-actions-workflows.yml index 34e9b38..7caf5af 100644 --- a/.github/workflows/github-actions-workflows.yml +++ b/.github/workflows/github-actions-workflows.yml @@ -11,10 +11,10 @@ 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.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 - name: Check GitHub Actions workflows linting. @@ -23,10 +23,10 @@ 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.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 - name: Check formatting.