Skip to content

Commit 66457de

Browse files
renovate[bot]DeveloperC286
authored andcommitted
chore(deps): update earthly/earthly docker tag to v0.8.15
1 parent 0cbeb8b commit 66457de

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
name: Release artifacts.
1818
runs-on: ubuntu-latest
1919
steps:
20-
- name: Download Earthly v0.8.12.
20+
- name: Download Earthly.
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.
@@ -31,7 +31,7 @@ jobs:
3131
name: Publish.
3232
runs-on: ubuntu-latest
3333
steps:
34-
- name: Download Earthly v0.8.12.
34+
- name: Download Earthly.
3535
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
3636
- name: Checkout code.
3737
uses: actions/checkout@v4

.github/workflows/continuous-integration.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
matrix:
1515
language: [rust, python, shell]
1616
steps:
17-
- name: Download Earthly v0.8.12.
17+
- name: Download Earthly.
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.
@@ -29,10 +29,10 @@ jobs:
2929
matrix:
3030
language: [rust, shell]
3131
steps:
32-
- name: Download Earthly v0.8.12.
32+
- name: Download Earthly.
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.
@@ -41,10 +41,10 @@ jobs:
4141
name: Compile
4242
runs-on: ubuntu-latest
4343
steps:
44-
- name: Download Earthly v0.8.12.
44+
- name: Download Earthly.
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.
@@ -53,10 +53,10 @@ jobs:
5353
name: Unit Test
5454
runs-on: ubuntu-latest
5555
steps:
56-
- name: Download Earthly v0.8.12.
56+
- name: Download Earthly.
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:
@@ -68,10 +68,10 @@ jobs:
6868
name: End to End Test
6969
runs-on: ubuntu-latest
7070
steps:
71-
- name: Download Earthly v0.8.12.
71+
- name: Download Earthly.
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
name: Linting
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Download Earthly v0.8.12.
14+
- name: Download Earthly.
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
name: Clean
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Download Earthly v0.8.12.
14+
- name: Download Earthly.
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
name: Linting
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Download Earthly v0.8.12.
14+
- name: Download Earthly.
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.
@@ -23,10 +23,10 @@ jobs:
2323
name: Formatting
2424
runs-on: ubuntu-latest
2525
steps:
26-
- name: Download Earthly v0.8.12.
26+
- name: Download Earthly.
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)