Skip to content

Commit

Permalink
Merge pull request #41 from cachix/renovate/cachix-cachix-action-15.x
Browse files Browse the repository at this point in the history
chore(deps): update cachix/cachix-action action to v15
  • Loading branch information
domenkozar authored Jun 28, 2024
2 parents d996260 + 9972947 commit 34dd6c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: nixpkgs-python
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
- name: Install Cachix
uses: cachix/cachix-action@v14
uses: cachix/cachix-action@v15
with:
name: nixpkgs-python
extraPullNames: devenv
Expand Down

0 comments on commit 34dd6c8

Please sign in to comment.