commit 1c4963faf71ebc4081b6f415fab332c26c0ba116
parent 44c57a78c40388c131b992f36e0da17b273434b1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 1 Dec 2023 11:08:52 +0000
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>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-systems.yaml b/.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 }}'