diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-09-04 17:34:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-04 17:34:55 +0200 |
| commit | ba7c344d10de09b71b5336e24c3cd934c5cccdb0 (patch) | |
| tree | d32aa3ebc55c8d36132251cbeb78b9dffb41c166 | |
| parent | faab3194692c5b6b351e33fc8d5e7f15f22d1d15 (diff) | |
chore(deps): update cachix/install-nix-action action to v23 (#282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/main.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27d878d..9aad4e1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Install nix ❄️ - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23 with: extra_nix_config: 'access-tokens = github.com=${{ github.token }}' @@ -56,7 +56,7 @@ jobs: fetch-depth: 0 - name: Install nix ❄️ - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23 with: extra_nix_config: 'access-tokens = github.com=${{ github.token }}' @@ -91,7 +91,7 @@ jobs: fetch-depth: 0 - name: Install nix ❄️ - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23 with: extra_nix_config: 'access-tokens = github.com=${{ github.token }}' |
