From 1f08698be1f535387e82aa36a85379feea3754ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:04:18 +0000 Subject: [PATCH] Bump earthly/actions-setup from 1.0.9 to 1.0.10 Bumps [earthly/actions-setup](https://github.com/earthly/actions-setup) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/earthly/actions-setup/releases) - [Commits](https://github.com/earthly/actions-setup/compare/f2bef5b3261c9d75ac09a578552257195fea300a...b61ca413d8100e151c4e517e433a617a402f5051) --- updated-dependencies: - dependency-name: earthly/actions-setup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 20f5728..feee6ea 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -39,7 +39,7 @@ jobs: packages: "write" steps: - name: Install earthly - uses: earthly/actions-setup@f2bef5b3261c9d75ac09a578552257195fea300a # ratchet:earthly/actions-setup@v1 + uses: earthly/actions-setup@b61ca413d8100e151c4e517e433a617a402f5051 # ratchet:earthly/actions-setup@v1 with: version: "latest" # or pin to an specific version, e.g. "v0.6.10" - name: Install cosign