1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 09:44:04 +00:00

build(deps): bump DeterminateSystems/magic-nix-cache-action from 1 to 2

Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 1 to 2.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: DeterminateSystems/magic-nix-cache-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-03 17:08:58 +00:00 committed by Brenden Matthews
parent 1dd20edfa4
commit b390e32456

View File

@ -26,6 +26,6 @@ jobs:
- name: Install Nix - name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4 uses: DeterminateSystems/nix-installer-action@v4
- name: Setup Nix Cache - name: Setup Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v1 uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix build - run: nix build
- run: nix flake check - run: nix flake check