Skip to content

Commit cacab33

Browse files
authored
Merge pull request #12629 from NixOS/dependabot/github_actions/cachix/install-nix-action-31
build(deps): bump cachix/install-nix-action from 30 to 31
2 parents a047dec + 3387d5a commit cacab33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16-
- uses: cachix/install-nix-action@v30
16+
- uses: cachix/install-nix-action@v31
1717
- run: nix --experimental-features 'nix-command flakes' flake show --all-systems --json
1818

1919
tests:
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
37-
- uses: cachix/install-nix-action@v30
37+
- uses: cachix/install-nix-action@v31
3838
with:
3939
# The sandbox would otherwise be disabled by default on Darwin
4040
extra_nix_config: |
@@ -77,7 +77,7 @@ jobs:
7777
- name: Serving installer
7878
id: serving_installer
7979
run: ./scripts/serve-installer-for-github-actions
80-
- uses: cachix/install-nix-action@v30
80+
- uses: cachix/install-nix-action@v31
8181
with:
8282
install_url: 'http://localhost:8126/install'
8383
install_options: "--tarball-url-prefix http://localhost:8126/"
@@ -131,7 +131,7 @@ jobs:
131131
- uses: actions/checkout@v4
132132
with:
133133
fetch-depth: 0
134-
- uses: cachix/install-nix-action@v30
134+
- uses: cachix/install-nix-action@v31
135135
with:
136136
install_url: https://releases.nixos.org/nix/nix-2.20.3/install
137137
- uses: DeterminateSystems/magic-nix-cache-action@main

0 commit comments

Comments
 (0)