From fe3544c5ebc5ee9558b63ce9154fa62449ce9efc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 08:26:51 +0000 Subject: [PATCH] chore(deps): update tweag/run-nix-shell action to v0.3.0 --- .github/workflows/workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 36dbf777b..af5349347 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -101,7 +101,7 @@ jobs: cp .bazelrc.local rules_haskell_tests - name: Build & test - rules_haskell if: matrix.module == 'rules_haskell' - uses: tweag/run-nix-shell@0d73770bd05096508387d191649e5e858a3c2654 # v0.2.1 + uses: tweag/run-nix-shell@5d825ec7e0038b6c613f14d523203a2ea49abddb # v0.3.0 with: options: ${{ env.NIX_SHELL_ARGS }} run: | @@ -110,14 +110,14 @@ jobs: bazel build //docs:guide_html - name: Build & test - rules_haskell_nix if: matrix.module == 'rules_haskell_nix' - uses: tweag/run-nix-shell@0d73770bd05096508387d191649e5e858a3c2654 # v0.2.1 + uses: tweag/run-nix-shell@5d825ec7e0038b6c613f14d523203a2ea49abddb # v0.3.0 with: options: ${{ env.NIX_SHELL_ARGS }} working-directory: rules_haskell_nix run: bazel test //... - name: Build & test - rules_haskell_tests if: matrix.module == 'rules_haskell_tests' - uses: tweag/run-nix-shell@0d73770bd05096508387d191649e5e858a3c2654 # v0.2.1 + uses: tweag/run-nix-shell@5d825ec7e0038b6c613f14d523203a2ea49abddb # v0.3.0 with: options: ${{ env.NIX_SHELL_ARGS }} working-directory: rules_haskell_tests