Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
build(deps): bump DeterminateSystems/magic-nix-cache-action from 4 to…
Browse files Browse the repository at this point in the history
… 6 (#88)

Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 4 to 6.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](DeterminateSystems/magic-nix-cache-action@v4...v6)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 800e6c0 commit 8360a8b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-slides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v10

- name: Cache Nix artifacts
uses: DeterminateSystems/magic-nix-cache-action@v4
uses: DeterminateSystems/magic-nix-cache-action@v6

- name: Build Slides
run: nix build -L
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v10

- name: Cache Nix artifacts
uses: DeterminateSystems/magic-nix-cache-action@v4
uses: DeterminateSystems/magic-nix-cache-action@v6

- name: Test ${{ matrix.jl-file }}
run: |
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v10

- name: Cache Nix artifacts
uses: DeterminateSystems/magic-nix-cache-action@v4
uses: DeterminateSystems/magic-nix-cache-action@v6

- name: Test ${{ matrix.stan.model }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v10

- name: Cache Nix artifacts
uses: DeterminateSystems/magic-nix-cache-action@v4
uses: DeterminateSystems/magic-nix-cache-action@v6

- name: Nix pre-commit check
run: nix develop -L . --command bash -c 'pre-commit run --all-files'
2 changes: 1 addition & 1 deletion .github/workflows/release-slides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v10

- name: Cache Nix artifacts
uses: DeterminateSystems/magic-nix-cache-action@v4
uses: DeterminateSystems/magic-nix-cache-action@v6

- name: Nix pre-commit check
run: nix develop -L . --command bash -c 'pre-commit run --all-files'
Expand Down

0 comments on commit 8360a8b

Please sign in to comment.