diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-01 07:20:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-01 07:20:11 +0000 |
commit | f986b4cd56a901295230fc84758910a2bed215cf (patch) | |
tree | da2f9d85d24b4db5f4a68649e0e37718f46bfe34 /.github/workflows/build.yml | |
parent | 8ce8055aeb3e610088ff5a08f509862c1feafd8f (diff) | |
download | PrismLauncher-f986b4cd56a901295230fc84758910a2bed215cf.tar.gz PrismLauncher-f986b4cd56a901295230fc84758910a2bed215cf.tar.bz2 PrismLauncher-f986b4cd56a901295230fc84758910a2bed215cf.zip |
chore(deps): update cachix/install-nix-action action to v20
Diffstat (limited to '.github/workflows/build.yml')
-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 8934f584..41eb5eb7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -608,7 +608,7 @@ jobs: submodules: 'true' - name: Install nix if: inputs.build_type == 'Debug' - uses: cachix/install-nix-action@v19 + uses: cachix/install-nix-action@v20 with: install_url: https://nixos.org/nix/install extra_nix_config: | |