Skip to content

Commit 7047041

Browse files
committed
Update to use latest release.
1 parent fd539a3 commit 7047041

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@9095d7ef643a726ba7bca713c7b248df76617adb # cg/shell_flags_new
103+
uses: tweag/run-nix-shell@v0
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@9095d7ef643a726ba7bca713c7b248df76617adb # cg/shell_flags_new
109+
uses: tweag/run-nix-shell@v0
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@9095d7ef643a726ba7bca713c7b248df76617adb # cg/shell_flags_new
118+
uses: tweag/run-nix-shell@v0
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@9095d7ef643a726ba7bca713c7b248df76617adb # cg/shell_flags_new
125+
uses: tweag/run-nix-shell@v0
126126
with:
127127
options: ${{ env.NIX_SHELL_ARGS }}
128128
working-directory: rules_haskell_tests

0 commit comments

Comments
 (0)