From 7b127499d4622bb3c0f1521d5ff51d095ac286a2 Mon Sep 17 00:00:00 2001 From: "ogkevin-robot[bot]" <140143426+ogkevin-robot[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 12:12:34 +0200 Subject: [PATCH] ci(github-action)!: Update DeterminateSystems/magic-nix-cache-action 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> --- .github/workflows/npm.yaml | 2 +- .github/workflows/pre-commit.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm.yaml b/.github/workflows/npm.yaml index 93de0e8..baa78be 100644 --- a/.github/workflows/npm.yaml +++ b/.github/workflows/npm.yaml @@ -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 diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index b25ff1a..b237156 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -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