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
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Download Earthly v0.8.12.
uses: earthly/actions-setup@v1
with:
version: v0.8.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
- name: Release artifacts.
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Download Earthly v0.8.12.
uses: earthly/actions-setup@v1
with:
version: v0.8.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
- name: Check formatting.
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Download Earthly v0.8.12.
uses: earthly/actions-setup@v1
with:
version: v0.8.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
- name: Check linting.
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Download Earthly v0.8.12.
uses: earthly/actions-setup@v1
with:
version: v0.8.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
- name: Compile.
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Download Earthly v0.8.12.
uses: earthly/actions-setup@v1
with:
version: v0.8.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
with:
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Download Earthly v0.8.12.
uses: earthly/actions-setup@v1
with:
version: v0.8.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
- name: End to End test.
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 @@ -14,7 +14,7 @@ jobs:
- name: Download Earthly v0.8.12.
uses: earthly/actions-setup@v1
with:
version: v0.8.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
with:
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 @@ -14,7 +14,7 @@ jobs:
- name: Download Earthly v0.8.12.
uses: earthly/actions-setup@v1
with:
version: v0.8.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
with:
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 @@ -14,7 +14,7 @@ jobs:
- name: Download Earthly v0.8.12.
uses: earthly/actions-setup@v1
with:
version: v0.8.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
- name: Check GitHub Actions workflows linting.
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Download Earthly v0.8.12.
uses: earthly/actions-setup@v1
with:
version: v0.8.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
- name: Check formatting.
Expand Down
Loading