Skip to content

Commit 13ed265

Browse files
ci: removing name referencing Earthly version (#69)
1 parent 12fc648 commit 13ed265

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
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
language: [rust, shell]
1616
steps:
17-
- name: Download Earthly v0.8.12.
17+
- name: Download Earthly.
1818
uses: earthly/actions-setup@v1
1919
with:
2020
version: v0.8.15
@@ -29,7 +29,7 @@ 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:
3535
version: v0.8.15
@@ -41,7 +41,7 @@ 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:
4747
version: v0.8.15
@@ -53,7 +53,7 @@ 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:
5959
version: v0.8.15

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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:
1717
version: v0.8.15

.github/workflows/git-history.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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:
1717
version: v0.8.15

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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:
1717
version: v0.8.15
@@ -23,7 +23,7 @@ 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:
2929
version: v0.8.15

0 commit comments

Comments
 (0)