From 47e44a3da410392bdcdc2d1fbb616ad50d4b5f44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 01:48:58 +0000 Subject: [PATCH] chore(deps): Bump cachix/cachix-action from 13 to 14 (#4364) Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 13 to 14.
Release notes

Sourced from cachix/cachix-action's releases.

cachix-action-v14

https://blog.cachix.org/posts/2024-01-12-cachix-v1-7/

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cachix/cachix-action&package-manager=github_actions&previous-version=13&new-version=14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- .github/workflows/release.yml | 6 +++--- .github/workflows/test.yml | 6 +++--- .github/workflows/update-hash.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1ef602029b..2a4e6bdf72b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,12 +49,12 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v25 - - uses: cachix/cachix-action@v13 + - uses: cachix/cachix-action@v14 if: startsWith(github.ref, 'refs/heads/') with: name: ic-hs-test # NB: No auth token, we don’t want to push new stuff here - - uses: cachix/cachix-action@v13 + - uses: cachix/cachix-action@v14 if: startsWith(github.ref, 'refs/tags/') with: name: ic-hs-test @@ -75,7 +75,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v25 - - uses: cachix/cachix-action@v13 + - uses: cachix/cachix-action@v14 with: name: ic-hs-test # NB: No auth token, we don’t expect to push new stuff here diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96584585572..1ff190de5f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: # We are using the ic-hs-test cachix cache that is also used by # dfinity/ic-hs. This is partly laziness (on need to set up a separate # cache), but also to get the ic-ref-test binary without rebuilding - - uses: cachix/cachix-action@v13 + - uses: cachix/cachix-action@v14 with: name: ic-hs-test authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' @@ -107,7 +107,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v25 - - uses: cachix/cachix-action@v13 + - uses: cachix/cachix-action@v14 with: name: ic-hs-test - name: Fetch report @@ -130,7 +130,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v25 - - uses: cachix/cachix-action@v13 + - uses: cachix/cachix-action@v14 with: name: ic-hs-test - name: nix-build diff --git a/.github/workflows/update-hash.yml b/.github/workflows/update-hash.yml index b3e1e72138b..13e377e0fc3 100644 --- a/.github/workflows/update-hash.yml +++ b/.github/workflows/update-hash.yml @@ -19,7 +19,7 @@ jobs: - uses: cachix/install-nix-action@v25 with: nix_path: nixpkgs=channel:nixos-22.11 - - uses: cachix/cachix-action@v13 + - uses: cachix/cachix-action@v14 with: name: ic-hs-test authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'