From fa97b6c66cc6f4d46bd3aa6b0443b6badd3d609a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 05:14:36 +0000 Subject: [PATCH] Bump earthly/actions-setup from 1.0.8 to 1.0.9 (#92) Bumps [earthly/actions-setup](https://github.com/earthly/actions-setup) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/earthly/actions-setup/releases) - [Commits](https://github.com/earthly/actions-setup/compare/be3fe0c1f84e9776b5a184d21bf7a4a779ea2e6b...f2bef5b3261c9d75ac09a578552257195fea300a) --- updated-dependencies: - dependency-name: earthly/actions-setup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d73bfb5..eb6463b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,7 @@ jobs: run: docker pull "${{ matrix.image_base }}:latest" continue-on-error: true - name: Install earthly - uses: earthly/actions-setup@be3fe0c1f84e9776b5a184d21bf7a4a779ea2e6b # ratchet:earthly/actions-setup@v1 + uses: earthly/actions-setup@f2bef5b3261c9d75ac09a578552257195fea300a # ratchet:earthly/actions-setup@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Build and possibly push