diff --git a/.github/workflows/push-dev-containers.yml b/.github/workflows/push-dev-containers.yml index 3767bb377..ceb9505c8 100644 --- a/.github/workflows/push-dev-containers.yml +++ b/.github/workflows/push-dev-containers.yml @@ -12,7 +12,7 @@ jobs: - uses: earthly/actions-setup@v1 with: # pinning to `latest` requires using the GH API, which causes spurious rate limiting errors - version: "0.7.4" + version: "0.8.4" - uses: actions/checkout@v2 - name: Docker login run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u headwaymaps --password-stdin diff --git a/.github/workflows/push-latest-containers.yml b/.github/workflows/push-latest-containers.yml index 22e64120c..7b03a986b 100644 --- a/.github/workflows/push-latest-containers.yml +++ b/.github/workflows/push-latest-containers.yml @@ -13,7 +13,7 @@ jobs: - uses: earthly/actions-setup@v1 with: # pinning to `latest` requires using the GH API, which causes spurious rate limiting errors - version: "0.7.4" + version: "0.8.4" - uses: actions/checkout@v2 - name: Docker login run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u headwaymaps --password-stdin