From 17e689ac950580c676db663968cb564ba16948ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:30:34 +0000 Subject: [PATCH] Bump kachick/selfup from 1.1.7 to 1.1.8 Bumps [kachick/selfup](https://github.com/kachick/selfup) from 1.1.7 to 1.1.8. - [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.7...v1.1.8) --- updated-dependencies: - dependency-name: kachick/selfup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update-nixpkgs-and-versions-in-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-nixpkgs-and-versions-in-ci.yml b/.github/workflows/update-nixpkgs-and-versions-in-ci.yml index 54a011e2..29f65bc9 100644 --- a/.github/workflows/update-nixpkgs-and-versions-in-ci.yml +++ b/.github/workflows/update-nixpkgs-and-versions-in-ci.yml @@ -11,7 +11,7 @@ on: jobs: update-nixpkgs: - uses: kachick/selfup/.github/workflows/reusable-bump-flake-lock-and-selfup.yml@v1.1.7 + uses: kachick/selfup/.github/workflows/reusable-bump-flake-lock-and-selfup.yml@v1.1.8 if: (github.event.sender.login == 'kachick') || (github.event_name != 'pull_request') with: app_id: ${{ vars.APP_ID }}