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 Jan 25, 2025
1 parent 20e5f1e commit f6ae271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v30

- name: Build PHP matrix
id: set-phps
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v30

- uses: cachix/cachix-action@v15
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix-fmt-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v30

- name: Run nix formatter tool
run: nix fmt . -- --check

0 comments on commit f6ae271

Please sign in to comment.