From 99b54c13736dafc237c7abe0721ed72502a91b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:28:39 +0000 Subject: [PATCH] Bump cachix/cachix-action from 12 to 14 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 14. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v12...v14) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flake-update-nixpkgs.yml | 2 +- .github/workflows/flake-update-rust-overlay.yml | 2 +- .github/workflows/flake.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flake-update-nixpkgs.yml b/.github/workflows/flake-update-nixpkgs.yml index 68f0b03..c8f91eb 100644 --- a/.github/workflows/flake-update-nixpkgs.yml +++ b/.github/workflows/flake-update-nixpkgs.yml @@ -18,7 +18,7 @@ jobs: with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v14 with: name: deskodon # If you chose API tokens for write access OR if you have a private cache diff --git a/.github/workflows/flake-update-rust-overlay.yml b/.github/workflows/flake-update-rust-overlay.yml index 0266a9f..064c29e 100644 --- a/.github/workflows/flake-update-rust-overlay.yml +++ b/.github/workflows/flake-update-rust-overlay.yml @@ -18,7 +18,7 @@ jobs: with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v14 with: name: deskodon # If you chose API tokens for write access OR if you have a private cache diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index 678e73f..0abd9b7 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -12,7 +12,7 @@ jobs: - uses: cachix/install-nix-action@v23 with: nix_path: nixpkgs=channel:nixos-unstable - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v14 with: name: config-rs-ng # If you chose API tokens for write access OR if you have a private cache @@ -26,7 +26,7 @@ jobs: - uses: cachix/install-nix-action@v23 with: nix_path: nixpkgs=channel:nixos-unstable - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v14 with: name: config-rs-ng # If you chose API tokens for write access OR if you have a private cache