Skip to content

Commit

Permalink
actions: use cachix/install-nix-action@v26
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed May 11, 2024
1 parent 73b53db commit 7716631
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
swap-storage: false
tool-cache: true
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v26
with:
extra_nix_config: |-
accept-flake-config = true
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v26
with:
extra_nix_config: |-
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flakes-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v26
with:
extra_nix_config: |-
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flakes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
swap-storage: false
tool-cache: true
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v26
with:
extra_nix_config: |-
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-flakes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
DEBIAN_FRONTEND=noninteractive
sudo apt-get update -q -y
sudo apt-get install -q -y binfmt-support qemu-efi qemu-system-aarch64 qemu-user-static
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v26
with:
extra_nix_config: |-
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion actions/constants.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
checkout = "actions/checkout@v4";
create-pull-request = "peter-evans/create-pull-request@v6";
free-disk-space = "jlumbroso/[email protected]";
install-nix-action = "cachix/install-nix-action@v23";
install-nix-action = "cachix/install-nix-action@v26";
};
ubuntu.runs-on = "ubuntu-latest";
macos.runs-on = "macos-13";
Expand Down

0 comments on commit 7716631

Please sign in to comment.