From a09872c329fab2645e54798f233ec23d57c21e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:14:54 +0900 Subject: [PATCH] Bump kachick/selfup from 1.1.3 to 1.1.6 (#94) 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/v1.1.3...v1.1.6) --- 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 ec73d0c..7ae1ce2 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@v1.1.3 + uses: kachick/selfup/.github/workflows/reusable-bump-flake-lock-and-selfup.yml@v1.1.6 with: app_id: ${{ vars.APP_ID }} dry-run: ${{ github.event_name == 'pull_request' }}