dotfiles

My PC Dotfiles & Website
commit 917829fdd9d24b0fa6313a0a7f1dc0794cf31847
parent 354d1fb15d81af10239cc3e5dd906b417371e23d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed, 17 Jun 2026 22:07:09 +0530

ci(deps): Update Workflows

Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 16 to 17.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Changelog](https://github.com/cachix/cachix-action/blob/master/RELEASE.md)
- [Commits](https://github.com/cachix/cachix-action/compare/v16...v17)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
M.github/workflows/build.yml | 2+-
M.github/workflows/shell.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: accept-flake-config = true access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Setup Cachix - uses: cachix/cachix-action@v16 + uses: cachix/cachix-action@v17 with: name: maydayv7-dotfiles authToken: "${{ secrets.CACHIX_TOKEN }}" diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml @@ -25,7 +25,7 @@ jobs: accept-flake-config = true access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Setup Cachix - uses: cachix/cachix-action@v16 + uses: cachix/cachix-action@v17 with: name: maydayv7-dotfiles authToken: "${{ secrets.CACHIX_TOKEN }}"