summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-25 11:45:43 +0000
committerJörg Thalheim <joerg@thalheim.io>2021-07-25 13:48:04 +0200
commit8ebf75b3c7ab95e42fa080503945dd056332c3ee (patch)
treed9dc09e76cf71610539978ab424e929d2d96215a /.github
parent788a365c7acdc97252be7a56429d6684eb4fd001 (diff)
downloadnixpkgs-8ebf75b3c7ab95e42fa080503945dd056332c3ee.tar
nixpkgs-8ebf75b3c7ab95e42fa080503945dd056332c3ee.tar.gz
nixpkgs-8ebf75b3c7ab95e42fa080503945dd056332c3ee.tar.bz2
nixpkgs-8ebf75b3c7ab95e42fa080503945dd056332c3ee.tar.lz
nixpkgs-8ebf75b3c7ab95e42fa080503945dd056332c3ee.tar.xz
nixpkgs-8ebf75b3c7ab95e42fa080503945dd056332c3ee.tar.zst
nixpkgs-8ebf75b3c7ab95e42fa080503945dd056332c3ee.zip
build(deps): bump cachix/cachix-action from 9 to 10
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 9 to 10.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v9...v10)

---
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/manual-nixos.yml2
-rw-r--r--.github/workflows/manual-nixpkgs.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/manual-nixos.yml b/.github/workflows/manual-nixos.yml
index 032a456569d..edd2755302a 100644
--- a/.github/workflows/manual-nixos.yml
+++ b/.github/workflows/manual-nixos.yml
@@ -22,7 +22,7 @@ jobs:
         with:
           # explicitly enable sandbox
           extra_nix_config: sandbox = true
-      - uses: cachix/cachix-action@v9
+      - uses: cachix/cachix-action@v10
         with:
           # This cache is for the nixos/nixpkgs manual builds and should not be trusted or used elsewhere.
           name: nixpkgs-ci
diff --git a/.github/workflows/manual-nixpkgs.yml b/.github/workflows/manual-nixpkgs.yml
index 77655c494e0..e27a281a933 100644
--- a/.github/workflows/manual-nixpkgs.yml
+++ b/.github/workflows/manual-nixpkgs.yml
@@ -22,7 +22,7 @@ jobs:
         with:
           # explicitly enable sandbox
           extra_nix_config: sandbox = true
-      - uses: cachix/cachix-action@v9
+      - uses: cachix/cachix-action@v10
         with:
           # This cache is for the nixos/nixpkgs manual builds and should not be trusted or used elsewhere.
           name: nixpkgs-ci