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 9, 2024
1 parent 05ce6d5 commit 01ca3ea
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 @@ -26,7 +26,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
- name: Cleanup disk space
run: |
sudo rm -rf /usr/share/dotnet
Expand Down

0 comments on commit 01ca3ea

Please sign in to comment.