From ccb0e9db7b151b146962b76e44726c8af8c10b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:17:09 +0000 Subject: [PATCH] Bump DeterminateSystems/flakehub-push from 3 to 4 Bumps [DeterminateSystems/flakehub-push](https://github.com/determinatesystems/flakehub-push) from 3 to 4. - [Release notes](https://github.com/determinatesystems/flakehub-push/releases) - [Commits](https://github.com/determinatesystems/flakehub-push/compare/v3...v4) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 112822e..ec9ac28 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@v10 - name: Publish flake - uses: DeterminateSystems/flakehub-push@v3 + uses: DeterminateSystems/flakehub-push@v4 with: tag: ${{ inputs.tag || github.ref_name }}