Skip to content

Commit

Permalink
chore(deps): update earthly/earthly docker tag to v0.8.15 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 38dc022 commit 79b93b7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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:
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 79b93b7

Please sign in to comment.