Skip to content

Commit

Permalink
build(deps): bump cachix/install-nix-action from 27 to 28 (#878)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent 53f6e3e commit 2afbe1f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
}
- name: Install Nix
if: (success() && steps.check.outputs.cached != 'true')
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@V28
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: Install Nix
if: steps.check.outputs.cached != 'true'
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@V28
with:
extra_nix_config: "accept-flake-config = true"
install_url: https://releases.nixos.org/nix/nix-2.22.3/install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flakehub-publish-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: "read"
steps:
- name: Install Nix
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@V28
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
# identical to build.yml
- name: Install Nix
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@V28
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/needs-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: nyxbuilder
steps:
- name: Install Nix
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@V28
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nixpkgs-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@V28
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fmt: ${{ steps.linter.outcome }}
steps:
- name: Install Nix
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@V28
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/single-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# identical to build.yml
- name: Install Nix
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@V28
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
# identical to build.yml
- name: Install Nix
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@V28
with:
extra_nix_config: |
accept-flake-config = true
Expand Down

1 comment on commit 2afbe1f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages were built and cached successfully! (338 not suitable for building)

Please sign in to comment.