Skip to content

Commit

Permalink
chore(deps): update cachix/install-nix-action action to v30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 7b1ab10 commit 206b74b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .forgejo/workflows/diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- "marie-desktop"
steps:
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v27
uses: https://github.com/cachix/install-nix-action@v30
with:
extra_nix_config: |
extra-substituters = https://uwumarie.cachix.org
Expand Down
2 changes: 1 addition & 1 deletion .forgejo/workflows/nvidia-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v27
uses: https://github.com/cachix/install-nix-action@v30
with:
extra_nix_config: |
extra-substituters = https://uwumarie.cachix.org
Expand Down
2 changes: 1 addition & 1 deletion .forgejo/workflows/update-flake-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v27
uses: https://github.com/cachix/install-nix-action@v30
with:
extra_nix_config: |
extra-substituters = https://uwumarie.cachix.org
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: needs.pre_ci.outputs.continue
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
- uses: cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15
with:
name: uwumarie
Expand Down

0 comments on commit 206b74b

Please sign in to comment.