@@ -100,13 +100,13 @@ jobs:
100
100
cp .bazelrc.local rules_haskell_nix
101
101
cp .bazelrc.local rules_haskell_tests
102
102
- name : Check Bazel version
103
- uses : tweag/run-nix-shell@9095d7ef643a726ba7bca713c7b248df76617adb # cg/shell_flags_new
103
+ uses : tweag/run-nix-shell@v0
104
104
with :
105
105
options : ${{ env.NIX_SHELL_ARGS }}
106
106
run : .ci/check-bazel-version
107
107
- name : Build & test - rules_haskell
108
108
if : matrix.module == 'rules_haskell'
109
- uses : tweag/run-nix-shell@9095d7ef643a726ba7bca713c7b248df76617adb # cg/shell_flags_new
109
+ uses : tweag/run-nix-shell@v0
110
110
with :
111
111
options : ${{ env.NIX_SHELL_ARGS }}
112
112
run : |
@@ -115,14 +115,14 @@ jobs:
115
115
bazel build //docs:guide_html
116
116
- name : Build & test - rules_haskell_nix
117
117
if : matrix.module == 'rules_haskell_nix'
118
- uses : tweag/run-nix-shell@9095d7ef643a726ba7bca713c7b248df76617adb # cg/shell_flags_new
118
+ uses : tweag/run-nix-shell@v0
119
119
with :
120
120
options : ${{ env.NIX_SHELL_ARGS }}
121
121
working-directory : rules_haskell_nix
122
122
run : bazel test //...
123
123
- name : Build & test - rules_haskell_tests
124
124
if : matrix.module == 'rules_haskell_tests'
125
- uses : tweag/run-nix-shell@9095d7ef643a726ba7bca713c7b248df76617adb # cg/shell_flags_new
125
+ uses : tweag/run-nix-shell@v0
126
126
with :
127
127
options : ${{ env.NIX_SHELL_ARGS }}
128
128
working-directory : rules_haskell_tests
0 commit comments