diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-27 04:48:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-27 04:48:22 +0000 |
| commit | 09a83e81ce3a61a79e846ad60430f1d824e18cb6 (patch) | |
| tree | d7bef466897957bdf05ec6fe15f28f60f5b52748 | |
| parent | 771f7c72fd1f1236031751048861550c694c796c (diff) | |
| download | nur-packages-09a83e81ce3a61a79e846ad60430f1d824e18cb6.tar.gz nur-packages-09a83e81ce3a61a79e846ad60430f1d824e18cb6.tar.zst nur-packages-09a83e81ce3a61a79e846ad60430f1d824e18cb6.zip | |
Bump cachix/cachix-action from 15 to 16
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 15 to 16.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v15...v16)
---
updated-dependencies:
- dependency-name: cachix/cachix-action
dependency-version: '16'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f0117f..d598d63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: - name: Show nixpkgs version run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version' - name: Setup cachix - uses: cachix/cachix-action@v15 + uses: cachix/cachix-action@v16 # Don't replace <YOUR_CACHIX_NAME> here! if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }} with: |
