about summary refs log tree commit diff
path: root/.github/workflows/manual-nixpkgs.yml
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-04-03 16:08:21 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-04-03 16:10:57 +1000
commitdd2f61d22dc77bfd30a0c6d3ab8687c72f438653 (patch)
treeb918ffaba7c3daa7d9c992a48fcd21a84bad9eaf /.github/workflows/manual-nixpkgs.yml
parent470e4a9bbc98b171a7e733dfc9e62531f7b9ceca (diff)
.github/workflows/manual-*.yml: update cachix / install-nix actions
Diffstat (limited to '.github/workflows/manual-nixpkgs.yml')
-rw-r--r--.github/workflows/manual-nixpkgs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/manual-nixpkgs.yml b/.github/workflows/manual-nixpkgs.yml
index 7596719d9b505..192a4c6868a43 100644
--- a/.github/workflows/manual-nixpkgs.yml
+++ b/.github/workflows/manual-nixpkgs.yml
@@ -15,11 +15,11 @@ jobs:
         with:
           # pull_request_target checks out the base branch by default
           ref: refs/pull/${{ github.event.pull_request.number }}/merge
-      - uses: cachix/install-nix-action@v12
+      - uses: cachix/install-nix-action@v13
         with:
           # explicitly enable sandbox
           extra_nix_config: sandbox = true
-      - uses: cachix/cachix-action@v8
+      - uses: cachix/cachix-action@v9
         with:
           # This cache is for the nixos/nixpkgs manual builds and should not be trusted or used elsewhere.
           name: nixpkgs-ci