summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-04 06:20:56 -0400
committerGitHub <[email protected]>2024-06-04 06:20:56 -0400
commit39636b8f3d9580b9928ffcdec080b132467ec731 (patch)
tree116dd7ae0f1a489a4b36c028f7c7cd98218897a9
parent230770c29a907562e82df97329e71b656863b02f (diff)
actions: bump DeterminateSystems/flakehub-push from 3 to 4 (#22)
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/b441737e7d01e044d7b60a3240fb81cbf827bee0...150c971996b1d14eaba6790102041234f606379f) --- 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>
-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 94d9966..e8eda0b 100644
--- a/.github/workflows/flakehub-publish.yaml
+++ b/.github/workflows/flakehub-publish.yaml
@@ -23,7 +23,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@7993355175c2765e5733dae74f3e0786fe0e5c4f # v12
- name: Push to Flakehub
- uses: DeterminateSystems/flakehub-push@b441737e7d01e044d7b60a3240fb81cbf827bee0 # v3
+ uses: DeterminateSystems/flakehub-push@150c971996b1d14eaba6790102041234f606379f # v4
with:
visibility: "public"
rolling: ${{ !startsWith(github.ref, 'refs/tags/v' )}}