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.