diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-05-24 14:21:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 14:21:39 +0000 |
commit | 42f9eccb174736eb0812f1d111709ffa93cfefdd (patch) | |
tree | 749e75502fe65aeaedd6e938258fdae5c81c3d23 /.github/workflows | |
parent | 42ceaa0015217d67245b40adf71120fcd8a739f2 (diff) | |
download | PrismLauncher-42f9eccb174736eb0812f1d111709ffa93cfefdd.tar.gz PrismLauncher-42f9eccb174736eb0812f1d111709ffa93cfefdd.tar.bz2 PrismLauncher-42f9eccb174736eb0812f1d111709ffa93cfefdd.zip |
chore(deps): update cachix/install-nix-action action to v21
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02cc8b1f..02b705f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -587,7 +587,7 @@ jobs: submodules: 'true' - name: Install nix if: inputs.build_type == 'Debug' - uses: cachix/install-nix-action@v20 + uses: cachix/install-nix-action@v21 with: install_url: https://nixos.org/nix/install extra_nix_config: | |