summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-04 20:07:37 +0000
committerseth <[email protected]>2023-09-04 18:41:03 -0400
commitf1cfcabefc30e93563106ccec737f7e20a029441 (patch)
treef64acd9aafc3b98d8999868cf192f07510fbd009 /.github
parentdbbdd590ed5bcdc0e0e2807aca96c2d6775bb27d (diff)
actions: bump cachix/install-nix-action from 22 to 23
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v22...v23) --- 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 908298b..b264ef4 100644
--- a/.github/workflows/update-inputs.yaml
+++ b/.github/workflows/update-inputs.yaml
@@ -18,7 +18,7 @@ jobs:
- name: checkout repo
uses: actions/checkout@v3
- - uses: cachix/install-nix-action@v22
+ - uses: cachix/install-nix-action@v23
with:
github_access_token: ${{ github.token }}