From d3a1c60aab64948bf416dd29b77d9240b425e4d7 Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Tue, 10 Dec 2024 22:14:20 +0000 Subject: [PATCH] ci: removing name referencing Earthly version --- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/git-history.yml | 2 +- .github/workflows/github-actions-workflows.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b7dc7db..732a942 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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 diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index f9b94a7..2cac899 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -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 diff --git a/.github/workflows/git-history.yml b/.github/workflows/git-history.yml index 5f17cb2..c14e19b 100644 --- a/.github/workflows/git-history.yml +++ b/.github/workflows/git-history.yml @@ -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 diff --git a/.github/workflows/github-actions-workflows.yml b/.github/workflows/github-actions-workflows.yml index 593ee19..7caf5af 100644 --- a/.github/workflows/github-actions-workflows.yml +++ b/.github/workflows/github-actions-workflows.yml @@ -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 @@ -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