Skip to content

Commit

Permalink
ci: removing name referencing Earthly version (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 authored Dec 10, 2024
1 parent 27b997f commit 10ac3a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
language: [shell]
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand All @@ -29,7 +29,7 @@ jobs:
matrix:
language: [shell]
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand All @@ -41,7 +41,7 @@ jobs:
name: End to End Test
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.12.
- 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.12.
- 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.12.
- 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.12.
- 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.12.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand Down

0 comments on commit 10ac3a6

Please sign in to comment.