commit d9ec6a90764ddec918ef441e8b83d6aebae9226f
parent abddd99c5e049215870f2d05d47c0ea52e176345
Author: figsoda <figsoda@pm.me>
Date: Thu, 5 Oct 2023 14:10:40 -0400
parent abddd99c5e049215870f2d05d47c0ea52e176345
Author: figsoda <figsoda@pm.me>
Date: Thu, 5 Oct 2023 14:10:40 -0400
Merge pull request #24 from nix-community/dependabot/github_actions/DeterminateSystems/nix-installer-action-5 build(deps): bump DeterminateSystems/nix-installer-action from 4 to 5
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ inputs.tag != null && format('refs/tags/{0}', inputs.tag) || '' }} - - uses: DeterminateSystems/nix-installer-action@v4 + - uses: DeterminateSystems/nix-installer-action@v5 - uses: DeterminateSystems/flakehub-push@v3 with: visibility: public