Skip to content

Commit

Permalink
ci: removing name referencing Earthly version
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Dec 10, 2024
1 parent 2b5b098 commit d3a1c60
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Compile
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.6.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.6.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Clean
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.6.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.6.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand All @@ -23,7 +23,7 @@ jobs:
name: Formatting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.6.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand Down

0 comments on commit d3a1c60

Please sign in to comment.