Skip to content

Commit f04f5db

Browse files
ci: removing name referencing Earthly version (#36)
1 parent 2b5b098 commit f04f5db

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
@@ -11,7 +11,7 @@ jobs:
1111
name: Compile
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Download Earthly v0.8.6.
14+
- name: Download Earthly.
1515
uses: earthly/actions-setup@v1
1616
with:
1717
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.6.
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.6.
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.6.
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.6.
26+
- name: Download Earthly.
2727
uses: earthly/actions-setup@v1
2828
with:
2929
version: v0.8.15

0 commit comments

Comments
 (0)