Skip to content

Commit 2b5b098

Browse files
chore(deps): update earthly/earthly docker tag to v0.8.15 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5d06a9 commit 2b5b098

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Download Earthly v0.8.6.
1515
uses: earthly/actions-setup@v1
1616
with:
17-
version: v0.8.6
17+
version: v0.8.15
1818
- name: Checkout code.
1919
uses: actions/checkout@v4
2020
- name: Compile.

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Download Earthly v0.8.6.
1515
uses: earthly/actions-setup@v1
1616
with:
17-
version: v0.8.6
17+
version: v0.8.15
1818
- name: Checkout code.
1919
uses: actions/checkout@v4
2020
with:

.github/workflows/git-history.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Download Earthly v0.8.6.
1515
uses: earthly/actions-setup@v1
1616
with:
17-
version: v0.8.6
17+
version: v0.8.15
1818
- name: Checkout code.
1919
uses: actions/checkout@v4
2020
with:

.github/workflows/github-actions-workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Download Earthly v0.8.6.
1515
uses: earthly/actions-setup@v1
1616
with:
17-
version: v0.8.6
17+
version: v0.8.15
1818
- name: Checkout code.
1919
uses: actions/checkout@v4
2020
- name: Check GitHub Actions workflows linting.
@@ -26,7 +26,7 @@ jobs:
2626
- name: Download Earthly v0.8.6.
2727
uses: earthly/actions-setup@v1
2828
with:
29-
version: v0.8.6
29+
version: v0.8.15
3030
- name: Checkout code.
3131
uses: actions/checkout@v4
3232
- name: Check formatting.

0 commit comments

Comments
 (0)