Skip to content

Commit 8bcbf3c

Browse files
dependabot[bot]Alizter
authored andcommitted
chore(deps): bump cachix/install-nix-action from 22 to 31
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 31. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md) - [Commits](cachix/install-nix-action@v22...v31) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-version: '31' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 685e3be commit 8bcbf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0 # for git describe
27-
- uses: cachix/install-nix-action@v22
27+
- uses: cachix/install-nix-action@v31
2828
- run: echo "(version $(git describe --always --dirty --abbrev=7))" >> dune-project
2929
- run: nix build ${{ matrix.installable }}
3030
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)