From f9b3a1989b6bb7a4241282fbc629b6bb3e1a11d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:43:04 +0000 Subject: [PATCH] Bump kachick/selfup from 1.1.3 to 1.1.6 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] --- .github/workflows/update-flake-lock-and-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flake-lock-and-ci.yml b/.github/workflows/update-flake-lock-and-ci.yml index 5b38453..067a36c 100644 --- a/.github/workflows/update-flake-lock-and-ci.yml +++ b/.github/workflows/update-flake-lock-and-ci.yml @@ -11,7 +11,7 @@ on: jobs: update-nixpkgs: - 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.DEPENDENCY_APP_ID }} dry-run: ${{ github.event_name == 'pull_request' }}