Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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: [rust, 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: [rust, 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: Compile
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 @@ -53,7 +53,7 @@ jobs:
name: Unit 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
Loading