From d714cbfa99c6ca7dcd087b9de78d73ba9ce75508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 09:41:55 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/flakehub-push from 5 to 6 Bumps [DeterminateSystems/flakehub-push](https://github.com/determinatesystems/flakehub-push) from 5 to 6. - [Release notes](https://github.com/determinatesystems/flakehub-push/releases) - [Commits](https://github.com/determinatesystems/flakehub-push/compare/v5...v6) --- updated-dependencies: - dependency-name: DeterminateSystems/flakehub-push dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-quickgui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-quickgui.yml b/.github/workflows/publish-quickgui.yml index bde9073..9675dad 100644 --- a/.github/workflows/publish-quickgui.yml +++ b/.github/workflows/publish-quickgui.yml @@ -105,7 +105,7 @@ jobs: ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}" - uses: "DeterminateSystems/nix-installer-action@v17" - uses: "DeterminateSystems/magic-nix-cache-action@v9" - - uses: "DeterminateSystems/flakehub-push@v5" + - uses: "DeterminateSystems/flakehub-push@v6" with: visibility: "public" name: "quickemu-project/quickgui"