Use my new commit
diff --git a/.github/workflows/staleness_check.yml b/.github/workflows/staleness_check.yml
index 33b1d5a..8e54da3 100644
--- a/.github/workflows/staleness_check.yml
+++ b/.github/workflows/staleness_check.yml
@@ -59,12 +59,11 @@
         # In branches where automatic updates work as post-submits, we don't want to run staleness
         # tests along with user changes.  Any stale files will be automatically fixed in a follow-up
         # commit.
-        uses: protocolbuffers/protobuf-ci/bazel@v3
+        uses: deannagarcia/protobuf-ci/bazel@set-ex-test
         with:
           credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
           bazel-cache: staleness
           bash: >
-            echo "Pipe test:" | grep "foo";
             echo "Please run ./regenerate_stale_files.sh to regenerate stale files";
             if [[ -z $COMMIT_TRIGGERED_RUN || -z $MAIN_RUN ]]; then
             bazel query 'attr(tags, "staleness_test", //...)' | xargs bazel test $BAZEL_FLAGS;
diff --git a/.github/workflows/test_csharp.yml b/.github/workflows/test_csharp.yml
index 15fdcbf..a1aa517 100644
--- a/.github/workflows/test_csharp.yml
+++ b/.github/workflows/test_csharp.yml
@@ -72,11 +72,10 @@
         shell: bash
 
       - name: Run tests
-        uses: protocolbuffers/protobuf-ci/bash@v3
+        uses: deannagarcia/protobuf-ci/bash@set-ex-test
         with:
           credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
           command: |
-            echo "Pipe test:" | grep "foo"
             dotnet build csharp/src/Google.Protobuf.sln
             dotnet test csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj