From bae85d2aad6f93df3da28d7d2306b284abbbba46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:39:03 +0000 Subject: [PATCH] chore(deps): update earthly/earthly docker tag to v0.8.15 --- .github/workflows/continuous-delivery.yml | 2 +- .github/workflows/continuous-integration.yml | 10 +++++----- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/git-history.yml | 2 +- .github/workflows/github-actions-workflows.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 7631666..a9a5bc6 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -20,7 +20,7 @@ jobs: - name: Download Earthly v0.8.12. uses: earthly/actions-setup@v1 with: - version: v0.8.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 - name: Release artifacts. diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index d336040..2923717 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -17,7 +17,7 @@ jobs: - name: Download Earthly v0.8.12. uses: earthly/actions-setup@v1 with: - version: v0.8.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 - name: Check formatting. @@ -32,7 +32,7 @@ jobs: - name: Download Earthly v0.8.12. uses: earthly/actions-setup@v1 with: - version: v0.8.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 - name: Check linting. @@ -44,7 +44,7 @@ jobs: - name: Download Earthly v0.8.12. uses: earthly/actions-setup@v1 with: - version: v0.8.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 - name: Compile. @@ -56,7 +56,7 @@ jobs: - name: Download Earthly v0.8.12. uses: earthly/actions-setup@v1 with: - version: v0.8.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 with: @@ -71,7 +71,7 @@ jobs: - name: Download Earthly v0.8.12. 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..03ee15a 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -14,7 +14,7 @@ jobs: - name: Download Earthly v0.8.12. 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..1ea64fc 100644 --- a/.github/workflows/git-history.yml +++ b/.github/workflows/git-history.yml @@ -14,7 +14,7 @@ jobs: - name: Download Earthly v0.8.12. 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..3546b5d 100644 --- a/.github/workflows/github-actions-workflows.yml +++ b/.github/workflows/github-actions-workflows.yml @@ -14,7 +14,7 @@ jobs: - name: Download Earthly v0.8.12. 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. @@ -26,7 +26,7 @@ jobs: - name: Download Earthly v0.8.12. uses: earthly/actions-setup@v1 with: - version: v0.8.12 + version: v0.8.15 - name: Checkout code. uses: actions/checkout@v4 - name: Check formatting.