summaryrefslogtreecommitdiff
path: root/.github/workflows/flakehub-publish.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-12 14:41:46 -0400
committerGitHub <[email protected]>2024-09-12 14:41:46 -0400
commitfc2d25b1b688ea2446615351a5831add11fc92ff (patch)
treea88d1c61b83da0c21dbe370b2dea0e9d0ce8da2f /.github/workflows/flakehub-publish.yaml
parent96b56b20d4098fe4e7ab733f11be0409ffb90060 (diff)
actions: bump DeterminateSystems/flakehub-push from 4 to 5 (#38)
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/150c971996b1d14eaba6790102041234f606379f...8da9e38b7e77f2b0a8aa08a22e57cc5c6316ea72) --- updated-dependencies: - dependency-name: DeterminateSystems/flakehub-push dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/flakehub-publish.yaml')
-rw-r--r--.github/workflows/flakehub-publish.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/flakehub-publish.yaml b/.github/workflows/flakehub-publish.yaml
index 2ae1158..1506a2f 100644
--- a/.github/workflows/flakehub-publish.yaml
+++ b/.github/workflows/flakehub-publish.yaml
@@ -23,7 +23,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@ab6bcb2d5af0e904d04aea750e2089e9dc4cbfdd # v13
- name: Push to Flakehub
- uses: DeterminateSystems/flakehub-push@150c971996b1d14eaba6790102041234f606379f # v4
+ uses: DeterminateSystems/flakehub-push@8da9e38b7e77f2b0a8aa08a22e57cc5c6316ea72 # v5
with:
visibility: "public"
rolling: ${{ !startsWith(github.ref, 'refs/tags/v' )}}