From 8360a8b01cc71ed7a6a51758de1aded48c95125d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 04:48:23 -0300 Subject: [PATCH] build(deps): bump DeterminateSystems/magic-nix-cache-action from 4 to 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](https://github.com/determinatesystems/magic-nix-cache-action/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-slides.yml | 2 +- .github/workflows/models.yml | 4 ++-- .github/workflows/pre-commit.yml | 2 +- .github/workflows/release-slides.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-slides.yml b/.github/workflows/build-slides.yml index 5cec377..fc1ff7c 100644 --- a/.github/workflows/build-slides.yml +++ b/.github/workflows/build-slides.yml @@ -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 diff --git a/.github/workflows/models.yml b/.github/workflows/models.yml index 5a25f11..96364d1 100644 --- a/.github/workflows/models.yml +++ b/.github/workflows/models.yml @@ -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: | @@ -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: | diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 30ab05d..6f47e80 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -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' diff --git a/.github/workflows/release-slides.yml b/.github/workflows/release-slides.yml index 88318d9..9813196 100644 --- a/.github/workflows/release-slides.yml +++ b/.github/workflows/release-slides.yml @@ -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'