Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cachix/install-nix-action from V28 to 29 #1657

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
fetch-depth: 0

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cardano-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ref: 8.7.2

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
ref: 170817f5ba3f7838ffd9bd181bc30504906a6506

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand All @@ -264,7 +264,7 @@ jobs:
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
fetch-depth: 0

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/network-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
submodules: true

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
submodules: true

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-hydra-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
Expand Down