diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-22 20:38:52 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-22 20:57:50 -0400 |
| commit | cd7e05c588504950960d4e0d77ba1efa8d9eac03 (patch) | |
| tree | 2cfde8614bc3fd39aa1d05b474ea674268e42da7 /.github/workflows/publish.yaml | |
| parent | 89b3195c78302ebeedf15a4b943e965eaeb911f1 (diff) | |
ci: bump DeterminateSystems/nix-installer-action from 12 to 13
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 12 to 13.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v12...v13)
---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/publish.yaml')
| -rw-r--r-- | .github/workflows/publish.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6b140c5..3ec6bbe 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v12 + uses: DeterminateSystems/nix-installer-action@v13 - name: Push to Flakehub uses: DeterminateSystems/flakehub-push@v4 |
