From 9d117b5c5dbf7c81e9b1f12f85addc0cc3efc7e0 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 3 Feb 2024 14:44:42 -0500 Subject: [PATCH] fix: Remove redundant earthly setup --- .github/workflows/build-pr.yml | 10 +--------- .github/workflows/build.yml | 9 +-------- .github/workflows/tag.yml | 6 +----- 3 files changed, 3 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index d700180..96b7213 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -12,12 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - # There is a bug selecting a satellite in version 0.8 - # so we use 0.7 to login and connect to the satellite - # before switching to the latest version - uses: earthly/actions-setup@v1 with: - version: v0.7.23 + version: v0.8.3 - name: Earthly login run: | @@ -25,11 +22,6 @@ jobs: earthly org s blue-build earthly sat s blue-build-pr - - uses: earthly/actions-setup@v1 - - with: - version: v0.8.2 - - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.ref }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ff31ac..38d4020 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,12 +17,9 @@ jobs: runs-on: ubuntu-latest steps: - # There is a bug selecting a satellite in version 0.8 - # so we use 0.7 to login and connect to the satellite - # before switching to the latest version - uses: earthly/actions-setup@v1 with: - version: v0.7.23 + version: v0.8.3 - name: Earthly login run: | @@ -30,10 +27,6 @@ jobs: earthly org s blue-build earthly sat s blue-build - - uses: earthly/actions-setup@v1 - with: - version: v0.8.2 - # Setup repo and add caching - uses: actions/checkout@v4 with: diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index f5248e9..f1f5400 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -28,7 +28,7 @@ jobs: # before switching to the latest version - uses: earthly/actions-setup@v1 with: - version: v0.7.23 + version: v0.8.3 - name: Earthly login run: | @@ -36,10 +36,6 @@ jobs: earthly org s blue-build earthly sat s blue-build - - uses: earthly/actions-setup@v1 - with: - version: v0.8.2 - - name: Set up Python uses: actions/setup-python@v5 - name: Add tomlq