Bump cachix/cachix-action from 14 to 15
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 14 to 15. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v14...v15) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
278c7c304c
commit
31eaef41a1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
# public Cachix cache.
|
# public Cachix cache.
|
||||||
- name: Install Cachix
|
- name: Install Cachix
|
||||||
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
|
||||||
uses: cachix/cachix-action@v14
|
uses: cachix/cachix-action@v15
|
||||||
with:
|
with:
|
||||||
name: doom-emacs-unstraightened
|
name: doom-emacs-unstraightened
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue