From 38cac4711dbae8b8e1445c69ad8ce31537c7fd8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:42:56 +0000 Subject: [PATCH] build(deps): bump earthly/actions-setup from 1.0.7 to 1.0.8 Bumps [earthly/actions-setup](https://github.com/earthly/actions-setup) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/earthly/actions-setup/releases) - [Commits](https://github.com/earthly/actions-setup/compare/135d686cdc4619918fd1b542d0a08d61dd104518...be3fe0c1f84e9776b5a184d21bf7a4a779ea2e6b) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1415018..7a921e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -72,7 +72,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Install earthly - uses: earthly/actions-setup@135d686cdc4619918fd1b542d0a08d61dd104518 # ratchet:earthly/actions-setup@v1 + uses: earthly/actions-setup@be3fe0c1f84e9776b5a184d21bf7a4a779ea2e6b # ratchet:earthly/actions-setup@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} use-cache: true