From eda5a10aa5ddcc86aa330b5b542db6aa00042e44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 11:02:29 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/actions/setup-nix/action.yaml | 2 +- .github/workflows/backport.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-nix/action.yaml b/.github/actions/setup-nix/action.yaml index bae812032..3e1b97536 100644 --- a/.github/actions/setup-nix/action.yaml +++ b/.github/actions/setup-nix/action.yaml @@ -16,7 +16,7 @@ runs: nix_conf: |- always-allow-substitutes = true max-jobs = auto - - uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17 + - uses: cachix/cachix-action@5f2d7c5294214f71b873db4b969586b980625e71 # v17 with: name: postgrest authToken: ${{ inputs.authToken }} diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 7580e44d1..1cc8ab74e 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -45,7 +45,7 @@ jobs: # Backport action that creates the PR with given settings - name: Create backport PR - uses: korthout/backport-action@bf97bcfb53d5250af8b9a15fab0f56158a63b224 # v4.5 + uses: korthout/backport-action@66065406958f46e82238fd59546f5a99e69e22aa # v4.5 with: github_token: ${{ steps.app-token.outputs.token }} pull_description: 'Backport for #${pull_number}.'