summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-02 18:25:24 +0000
committerseth <[email protected]>2023-07-02 18:37:26 +0000
commit06c816569a82a9d012524245992fbd6798eeb746 (patch)
treef44b541ff4f835299569dc610fd4a68eed13033c /.github
parentdfc33b227931d06cc3510022cb6fe815ef690463 (diff)
actions: bump cachix/install-nix-action from 20 to 22
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 22. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...v22) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-inputs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml
index d649e25..efea6c4 100644
--- a/.github/workflows/update-inputs.yaml
+++ b/.github/workflows/update-inputs.yaml
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- name: install nix
- uses: cachix/install-nix-action@v20
+ uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}