Skip to content

Commit 12fc648

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

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Download Earthly v0.8.12.
1818
uses: earthly/actions-setup@v1
1919
with:
20-
version: v0.8.12
20+
version: v0.8.15
2121
- name: Checkout code.
2222
uses: actions/checkout@v4
2323
- name: Check formatting.
@@ -32,7 +32,7 @@ jobs:
3232
- name: Download Earthly v0.8.12.
3333
uses: earthly/actions-setup@v1
3434
with:
35-
version: v0.8.12
35+
version: v0.8.15
3636
- name: Checkout code.
3737
uses: actions/checkout@v4
3838
- name: Check linting.
@@ -44,7 +44,7 @@ jobs:
4444
- name: Download Earthly v0.8.12.
4545
uses: earthly/actions-setup@v1
4646
with:
47-
version: v0.8.12
47+
version: v0.8.15
4848
- name: Checkout code.
4949
uses: actions/checkout@v4
5050
- name: Compile.
@@ -56,7 +56,7 @@ jobs:
5656
- name: Download Earthly v0.8.12.
5757
uses: earthly/actions-setup@v1
5858
with:
59-
version: v0.8.12
59+
version: v0.8.15
6060
- name: Checkout code.
6161
uses: actions/checkout@v4
6262
- name: Unit test.

.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.12.
1515
uses: earthly/actions-setup@v1
1616
with:
17-
version: v0.8.12
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.12.
1515
uses: earthly/actions-setup@v1
1616
with:
17-
version: v0.8.12
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.12.
1515
uses: earthly/actions-setup@v1
1616
with:
17-
version: v0.8.12
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.12.
2727
uses: earthly/actions-setup@v1
2828
with:
29-
version: v0.8.12
29+
version: v0.8.15
3030
- name: Checkout code.
3131
uses: actions/checkout@v4
3232
- name: Check formatting.

0 commit comments

Comments
 (0)