Skip to content

Commit bf64bac

Browse files
committed
update nix in CI
1 parent 30c64e3 commit bf64bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
echo ${BKP_VERSION} > deps/blockchain-k-plugin_release
5454
git add deps/blockchain-k-plugin_release && git commit -m "deps/blockchain-k-plugin_release: sync release file version ${BKP_VERSION}" || true
5555
- name: 'Install Nix/Cachix'
56-
uses: cachix/install-nix-action@v19
56+
uses: cachix/install-nix-action@v31.5.1
5757
with:
58-
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
58+
install_url: https://releases.nixos.org/nix/nix-2.30.1/install
5959
extra_nix_config: |
6060
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
6161
- uses: cachix/cachix-action@v12

0 commit comments

Comments
 (0)