diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-06-02 06:31:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 06:31:24 +0000 |
commit | 7328cd6e65aabf0d3529e7ad0be042b4a818ddc8 (patch) | |
tree | f46370affeb57ecd93654bbb0acb5051b1e3ef46 | |
parent | c4e266de2039d6f48b61023514802caf70f07bcc (diff) | |
parent | 89e584a385d97fee8d5c620c6ec37c65710a9469 (diff) |
Merge #16
16: Bump cachix/install-nix-action from 20 to 21 r=matthiasbeyer a=dependabot[bot]
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/flake-update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index 8c842b1..026b28a 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Install Nix - uses: cachix/install-nix-action@v20 + uses: cachix/install-nix-action@v21 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |