Skip to content

Commit 9be88aa

Browse files
ci(actions): bump cachix/cachix-action from 15 to 17
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 15 to 17. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Changelog](https://github.com/cachix/cachix-action/blob/master/RELEASE.md) - [Commits](cachix/cachix-action@v15...v17) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-version: '17' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f97b1dc commit 9be88aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# silently skip). Guard it to the canonical repo so forks don't even
3333
# attempt the upload. The cache name is optional; remove this step if
3434
# no cachix cache is ever configured.
35-
- uses: cachix/cachix-action@v15
35+
- uses: cachix/cachix-action@v17
3636
if: github.repository == 'LarsArtmann/segment-buffer'
3737
with:
3838
name: larsartmann-segment-buffer
@@ -49,7 +49,7 @@ jobs:
4949
- uses: cachix/install-nix-action@v27
5050
with:
5151
nix_path: nixpkgs=channel:nixos-unstable
52-
- uses: cachix/cachix-action@v15
52+
- uses: cachix/cachix-action@v17
5353
if: github.repository == 'LarsArtmann/segment-buffer'
5454
with:
5555
name: larsartmann-segment-buffer

0 commit comments

Comments
 (0)