From b015ee5b6127f4163b30c3fca46848845464a51d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:39:50 +0900 Subject: [PATCH] Bump kachick/selfup from 1.1.3 to 1.1.6 (#17) Bumps [kachick/selfup](https://github.com/kachick/selfup) from 1.1.3 to 1.1.6. - [Release notes](https://github.com/kachick/selfup/releases) - [Changelog](https://github.com/kachick/selfup/blob/main/.goreleaser.yaml) - [Commits](https://github.com/kachick/selfup/compare/236e552774af3d967d888e24ce9834a5b424c2c7...19e2cb02d17162faaaa65a9c2d47726fb76add3b) --- updated-dependencies: - dependency-name: kachick/selfup 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/bump-flake-lock-and-selfup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-flake-lock-and-selfup.yml b/.github/workflows/bump-flake-lock-and-selfup.yml index 1e9ab07..e977266 100644 --- a/.github/workflows/bump-flake-lock-and-selfup.yml +++ b/.github/workflows/bump-flake-lock-and-selfup.yml @@ -12,7 +12,7 @@ on: jobs: bump: - uses: kachick/selfup/.github/workflows/reusable-bump-flake-lock-and-selfup.yml@236e552774af3d967d888e24ce9834a5b424c2c7 # v1.1.3 + uses: kachick/selfup/.github/workflows/reusable-bump-flake-lock-and-selfup.yml@19e2cb02d17162faaaa65a9c2d47726fb76add3b # v1.1.6 with: app_id: ${{ vars.APP_ID }} dry-run: ${{ github.event_name == 'pull_request' }}