From ff1b7bb66b83c9b86dbc549b1dc75453e502459d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:59:44 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/flakehub-push from 4 to 5 Bumps [DeterminateSystems/flakehub-push](https://github.com/determinatesystems/flakehub-push) from 4 to 5. - [Release notes](https://github.com/determinatesystems/flakehub-push/releases) - [Commits](https://github.com/determinatesystems/flakehub-push/compare/v4...v5) --- updated-dependencies: - dependency-name: DeterminateSystems/flakehub-push 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 546428a..44ed6f7 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@v13" - uses: "DeterminateSystems/magic-nix-cache-action@v7" - - uses: "DeterminateSystems/flakehub-push@v4" + - uses: "DeterminateSystems/flakehub-push@v5" with: visibility: "public" name: "quickemu-project/quickgui"