Skip to content

Commit

Permalink
chore(deps): update earthly/earthly docker tag to v0.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and DeveloperC286 committed Dec 10, 2024
1 parent 0cbeb8b commit 66457de
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
name: Release artifacts.
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
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 All @@ -31,7 +31,7 @@ jobs:
name: Publish.
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
- name: Checkout code.
uses: actions/checkout@v4
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
matrix:
language: [rust, python, shell]
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
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 @@ -29,10 +29,10 @@ jobs:
matrix:
language: [rust, shell]
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
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 @@ -41,10 +41,10 @@ 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.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
- name: Compile.
Expand All @@ -53,10 +53,10 @@ 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.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
with:
Expand All @@ -68,10 +68,10 @@ 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.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
- name: End to End test.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ 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.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/git-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ 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.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/github-actions-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ 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.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
- name: Check GitHub Actions workflows linting.
Expand All @@ -23,10 +23,10 @@ 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.12
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
- name: Check formatting.
Expand Down

0 comments on commit 66457de

Please sign in to comment.