Skip to content

Commit

Permalink
ci(github-action)!: Update DeterminateSystems/magic-nix-cache-action …
Browse files Browse the repository at this point in the history
…action to v4 (#346)

| datasource  | package                                   | from | to |
| ----------- | ----------------------------------------- | ---- | -- |
| github-tags | DeterminateSystems/magic-nix-cache-action | v3   | v4 |

Co-authored-by: ogkevin-robot[bot] <140143426+ogkevin-robot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
  • Loading branch information
ogkevin-robot[bot] and OGKevin committed Mar 31, 2024
1 parent 4d48285 commit 7b12749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: install packages
run: sudo apt-get update && sudo apt-get install -y curl xz-utils
- uses: cachix/install-nix-action@v26
- uses: DeterminateSystems/magic-nix-cache-action@v3
- uses: DeterminateSystems/magic-nix-cache-action@v4
- name: Install devenv.sh
run: nix profile install tarball+https://install.devenv.sh/latest
- name: Setup For Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 2
- uses: cachix/install-nix-action@v26
- uses: DeterminateSystems/magic-nix-cache-action@v3
- uses: DeterminateSystems/magic-nix-cache-action@v4
- name: Install devenv.sh
run: nix profile install tarball+https://install.devenv.sh/latest
- name: Pre Commit
Expand Down

0 comments on commit 7b12749

Please sign in to comment.