diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index d700180e..96b7213d 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 2ff31ac9..38d40205 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 f5248e9e..f1f54001 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