Commit 1c4963faf71e

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 12:08:52
build(deps): bump cachix/cachix-action from 12 to 13
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 13. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v12...v13) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44c57a7
Changed files (1)
.github
.github/workflows/build-systems.yaml
@@ -44,7 +44,7 @@ jobs:
           df -h
       - uses: actions/checkout@v4
       - uses: cachix/install-nix-action@v23
-      - uses: cachix/cachix-action@v12
+      - uses: cachix/cachix-action@v13
         with:
           name: vdemeester
           authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'