From 173b8215760594887c176c06a625c5dd9b93ec55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 08:50:06 +0000 Subject: [PATCH 1/3] chore(deps): update actions/cache action to v5.0.5 --- .github/workflows/patch-test.yaml | 2 +- .github/workflows/workflow.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/patch-test.yaml b/.github/workflows/patch-test.yaml index 5a564440c..eb5e3c7c8 100644 --- a/.github/workflows/patch-test.yaml +++ b/.github/workflows/patch-test.yaml @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Mount Bazel cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/repo-cache key: repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }} diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 36d46ae0a..5f841850b 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./.github/actions/free_disk_space_on_linux - name: Mount Bazel cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/repo-cache key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }} @@ -179,7 +179,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./.github/actions/free_disk_space_on_linux - name: Mount Bazel cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/repo-cache key: repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }} @@ -284,7 +284,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./.github/actions/free_disk_space_on_linux - name: Mount Bazel cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/repo-cache key: repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }} From 530e3ed5c219f24fb15c0cebc8c9adbd534ab337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 08:50:13 +0000 Subject: [PATCH 2/3] chore(deps): update cachix/install-nix-action action to v31.10.4 --- .github/workflows/update-ghc.yaml | 2 +- .github/workflows/workflow.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-ghc.yaml b/.github/workflows/update-ghc.yaml index f156e42de..f2aa1f0b6 100644 --- a/.github/workflows/update-ghc.yaml +++ b/.github/workflows/update-ghc.yaml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: master - - uses: cachix/install-nix-action@96951a368ba55167b55f1c916f7d416bac6505fe # v31.10.3 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 with: nix_path: nixpkgs=nixpkgs/default.nix - name: Fetch updates diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 36d46ae0a..867b573ca 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -79,7 +79,7 @@ jobs: with: path: ~/repo-cache key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }} - - uses: cachix/install-nix-action@96951a368ba55167b55f1c916f7d416bac6505fe # v31.10.3 + - uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4 with: nix_path: nixpkgs=./nixpkgs/default.nix extra_nix_config: | From 6109e9c57f38fb5fa4d82cfaa9b552fdd8f48b5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 08:50:19 +0000 Subject: [PATCH 3/3] chore(deps): update peter-evans/create-pull-request action to v8.1.1 --- .github/workflows/update-ghc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-ghc.yaml b/.github/workflows/update-ghc.yaml index f156e42de..988c6e3e1 100644 --- a/.github/workflows/update-ghc.yaml +++ b/.github/workflows/update-ghc.yaml @@ -33,7 +33,7 @@ jobs: 'python .github/update-ghc.py ${{ matrix.ghc }}' - name: Create Pull Request if: steps.ghc_update.outputs.latest != '' - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: commit-message: "Add GHC bindist version ${{ steps.ghc_update.outputs.latest }}" title: "[update] GHC ${{ matrix.ghc }}"