diff --git a/.github/workflows/deltachat-rpc-server.yml b/.github/workflows/deltachat-rpc-server.yml index 92c595bde..ca73ffc2d 100644 --- a/.github/workflows/deltachat-rpc-server.yml +++ b/.github/workflows/deltachat-rpc-server.yml @@ -34,7 +34,7 @@ jobs: with: show-progress: false persist-credentials: false - - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 - name: Build deltachat-rpc-server binaries run: nix build .#deltachat-rpc-server-${{ matrix.arch }}-linux @@ -58,7 +58,7 @@ jobs: with: show-progress: false persist-credentials: false - - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 - name: Build deltachat-rpc-server wheels run: nix build .#deltachat-rpc-server-${{ matrix.arch }}-linux-wheel @@ -82,7 +82,7 @@ jobs: with: show-progress: false persist-credentials: false - - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 - name: Build deltachat-rpc-server binaries run: nix build .#deltachat-rpc-server-${{ matrix.arch }} @@ -106,7 +106,7 @@ jobs: with: show-progress: false persist-credentials: false - - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 - name: Build deltachat-rpc-server wheels run: nix build .#deltachat-rpc-server-${{ matrix.arch }}-wheel @@ -157,7 +157,7 @@ jobs: with: show-progress: false persist-credentials: false - - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 - name: Build deltachat-rpc-server binaries run: nix build .#deltachat-rpc-server-${{ matrix.arch }}-android @@ -181,7 +181,7 @@ jobs: with: show-progress: false persist-credentials: false - - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 - name: Build deltachat-rpc-server wheels run: nix build .#deltachat-rpc-server-${{ matrix.arch }}-android-wheel @@ -208,7 +208,7 @@ jobs: with: show-progress: false persist-credentials: false - - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 - name: Download Linux aarch64 binary uses: actions/download-artifact@v7 diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 99124b93a..c70164c19 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -25,7 +25,7 @@ jobs: with: show-progress: false persist-credentials: false - - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 - run: nix fmt flake.nix -- --check build: @@ -84,7 +84,7 @@ jobs: with: show-progress: false persist-credentials: false - - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 - run: nix build .#${{ matrix.installable }} build-macos: @@ -105,5 +105,5 @@ jobs: with: show-progress: false persist-credentials: false - - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 - run: nix build .#${{ matrix.installable }} diff --git a/.github/workflows/repl.yml b/.github/workflows/repl.yml index aa1ec2f65..b18853cc1 100644 --- a/.github/workflows/repl.yml +++ b/.github/workflows/repl.yml @@ -18,7 +18,7 @@ jobs: with: show-progress: false persist-credentials: false - - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 - name: Build run: nix build .#deltachat-repl-win64 - name: Upload binary diff --git a/.github/workflows/upload-docs.yml b/.github/workflows/upload-docs.yml index f9598638d..2deff4c53 100644 --- a/.github/workflows/upload-docs.yml +++ b/.github/workflows/upload-docs.yml @@ -41,7 +41,7 @@ jobs: show-progress: false persist-credentials: false fetch-depth: 0 # Fetch history to calculate VCS version number. - - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 - name: Build Python documentation run: nix build .#python-docs - name: Upload to py.delta.chat @@ -63,7 +63,7 @@ jobs: show-progress: false persist-credentials: false fetch-depth: 0 # Fetch history to calculate VCS version number. - - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 - name: Build C documentation run: nix build .#docs - name: Upload to c.delta.chat