Skip to content

Commit

Permalink
Merge pull request #60 from cachix/renovate/cachix-install-nix-action…
Browse files Browse the repository at this point in the history
…-30.x

chore(deps): update cachix/install-nix-action action to v30
  • Loading branch information
domenkozar authored Oct 17, 2024
2 parents 93e7432 + 68bdf25 commit 0f2f8b7
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
- uses: cachix/cachix-action@v15
with:
name: nixpkgs-python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
ref: main
- name: Install Nix
uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
- name: Install Cachix
uses: cachix/cachix-action@v15
with:
Expand Down

0 comments on commit 0f2f8b7

Please sign in to comment.