Skip to content

Commit fd539a3

Browse files
committed
Use latest run-nix-shell.
1 parent 2aac3b2 commit fd539a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/workflow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ jobs:
100100
cp .bazelrc.local rules_haskell_nix
101101
cp .bazelrc.local rules_haskell_tests
102102
- name: Check Bazel version
103-
uses: tweag/run-nix-shell@3e14d4b359cf27d18565087fefc5732635e76ae5 # cg/shell_flags
103+
uses: tweag/run-nix-shell@9095d7ef643a726ba7bca713c7b248df76617adb # cg/shell_flags_new
104104
with:
105105
options: ${{ env.NIX_SHELL_ARGS }}
106106
run: .ci/check-bazel-version
107107
- name: Build & test - rules_haskell
108108
if: matrix.module == 'rules_haskell'
109-
uses: tweag/run-nix-shell@3e14d4b359cf27d18565087fefc5732635e76ae5 # cg/shell_flags
109+
uses: tweag/run-nix-shell@9095d7ef643a726ba7bca713c7b248df76617adb # cg/shell_flags_new
110110
with:
111111
options: ${{ env.NIX_SHELL_ARGS }}
112112
run: |
@@ -115,14 +115,14 @@ jobs:
115115
bazel build //docs:guide_html
116116
- name: Build & test - rules_haskell_nix
117117
if: matrix.module == 'rules_haskell_nix'
118-
uses: tweag/run-nix-shell@3e14d4b359cf27d18565087fefc5732635e76ae5 # cg/shell_flags
118+
uses: tweag/run-nix-shell@9095d7ef643a726ba7bca713c7b248df76617adb # cg/shell_flags_new
119119
with:
120120
options: ${{ env.NIX_SHELL_ARGS }}
121121
working-directory: rules_haskell_nix
122122
run: bazel test //...
123123
- name: Build & test - rules_haskell_tests
124124
if: matrix.module == 'rules_haskell_tests'
125-
uses: tweag/run-nix-shell@3e14d4b359cf27d18565087fefc5732635e76ae5 # cg/shell_flags
125+
uses: tweag/run-nix-shell@9095d7ef643a726ba7bca713c7b248df76617adb # cg/shell_flags_new
126126
with:
127127
options: ${{ env.NIX_SHELL_ARGS }}
128128
working-directory: rules_haskell_tests

0 commit comments

Comments
 (0)