We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c64e3 commit bf64bacCopy full SHA for bf64bac
.github/workflows/update-version.yml
@@ -53,9 +53,9 @@ jobs:
53
echo ${BKP_VERSION} > deps/blockchain-k-plugin_release
54
git add deps/blockchain-k-plugin_release && git commit -m "deps/blockchain-k-plugin_release: sync release file version ${BKP_VERSION}" || true
55
- name: 'Install Nix/Cachix'
56
- uses: cachix/install-nix-action@v19
+ uses: cachix/install-nix-action@v31.5.1
57
with:
58
- install_url: https://releases.nixos.org/nix/nix-2.13.3/install
+ install_url: https://releases.nixos.org/nix/nix-2.30.1/install
59
extra_nix_config: |
60
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
61
- uses: cachix/cachix-action@v12
0 commit comments