From 3818c2b1d02cf114a0eaaf514720268f81bf9272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:30:19 +0000 Subject: [PATCH] chore(deps): bump chainguard-dev/digestabot from 1.2.0 to 1.2.1 Bumps [chainguard-dev/digestabot](https://github.com/chainguard-dev/digestabot) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/chainguard-dev/digestabot/releases) - [Commits](https://github.com/chainguard-dev/digestabot/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: chainguard-dev/digestabot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/digestabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/digestabot.yml b/.github/workflows/digestabot.yml index 55f37fe..a4c27ea 100644 --- a/.github/workflows/digestabot.yml +++ b/.github/workflows/digestabot.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: chainguard-dev/digestabot@v1.2.0 + - uses: chainguard-dev/digestabot@v1.2.1 with: token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} signoff: true