From 752ab1c27ac99a4333943d739ea5b01a5eff5880 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Tue, 5 Nov 2024 20:11:21 +1000 Subject: [PATCH] Revert one more gh action change --- .github/workflows/github_actions.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 7365335cc..b36d2aab1 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -1,7 +1,7 @@ name: 'BrowserStack Test' on: - pull_request_target: + pull_request: branches: [ master ] jobs: @@ -34,7 +34,7 @@ jobs: local-identifier: random - name: 'Checkout the repository' - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 2 @@ -42,6 +42,8 @@ jobs: - name: 'Setting up Ruby' uses: ruby/setup-ruby@v1 # Ruby version is defined in .ruby-version file + with: + ruby-version: 3.0.3 # Not needed with a .ruby-version file - name: 'Update and Install Dependencies' run: |