about summary refs log tree commit diff
path: root/.github/workflows/update.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-17 05:29:20 +0000
committerFranck Cuny <franck.cuny@gmail.com>2022-10-17 19:10:22 -0700
commit0d13370aa51b0570bae40f295c553a4aac592417 (patch)
treee04aba4bad2385a7235d21de0ec4a72b45e0ec21 /.github/workflows/update.yaml
parentflake.lock: Update (diff)
downloadfcuny.net-0d13370aa51b0570bae40f295c553a4aac592417.tar.gz
build(deps): bump cachix/install-nix-action from 17 to 18
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v17...v18)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/update.yaml')
-rw-r--r--.github/workflows/update.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml
index 9675d9f..92fdbc5 100644
--- a/.github/workflows/update.yaml
+++ b/.github/workflows/update.yaml
@@ -11,7 +11,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v3
       - name: Install Nix
-        uses: cachix/install-nix-action@v17
+        uses: cachix/install-nix-action@v18
         with:
           extra_nix_config: |
             access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}