Skip to content

Commit 79b93b7

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

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Download Earthly v0.8.12.
2121
uses: earthly/actions-setup@v1
2222
with:
23-
version: v0.8.12
23+
version: v0.8.15
2424
- name: Checkout code.
2525
uses: actions/checkout@v4
2626
- name: Release artifacts.

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 5 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
with:
@@ -71,7 +71,7 @@ jobs:
7171
- name: Download Earthly v0.8.12.
7272
uses: earthly/actions-setup@v1
7373
with:
74-
version: v0.8.12
74+
version: v0.8.15
7575
- name: Checkout code.
7676
uses: actions/checkout@v4
7777
- name: End to End 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)