From 96888f989f3c64485aac2dabbfd08b8afe506250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 21:14:44 +0000 Subject: [PATCH] chore(deps): bump DeterminateSystems/magic-nix-cache-action from 4 to 6 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] --- .github/workflows/actionlint.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/nix-develop.yml | 2 +- .github/workflows/nix.yml | 24 ++++++++++++------------ 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 5aba894..792ca13 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -26,7 +26,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "actionlint" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e4fc2a..cc74566 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "install editorconfig-checker" @@ -50,7 +50,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "lychee" diff --git a/.github/workflows/nix-develop.yml b/.github/workflows/nix-develop.yml index da91ed8..03138bf 100644 --- a/.github/workflows/nix-develop.yml +++ b/.github/workflows/nix-develop.yml @@ -37,7 +37,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: 'nix develop --command "echo hello"' diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 42fd494..c911c74 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -28,7 +28,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "nix flake check" @@ -48,7 +48,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "cargo clippy" @@ -67,7 +67,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "cargo deny" @@ -86,7 +86,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "cargo udeps" @@ -105,7 +105,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "treefmt" @@ -124,7 +124,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "build documentation" @@ -145,7 +145,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "build dependencies" @@ -164,7 +164,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "build dependencies msrv" @@ -184,7 +184,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "build examples" @@ -209,7 +209,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "cargo test" @@ -230,7 +230,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "cargo doc" @@ -249,7 +249,7 @@ jobs: name: kenji # If you chose API tokens for write access OR if you have a private cache authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v6 with: diagnostic-endpoint: "" - name: "typos"