Merge pull request #3204 from zinduolis/update_gh_actions
Update GitHub workflow for Browserstack testing
This commit is contained in:
5
.github/workflows/github_actions.yml
vendored
5
.github/workflows/github_actions.yml
vendored
@@ -34,15 +34,14 @@ 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
|
||||
|
||||
- name: 'Setting up Ruby'
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.0.3 # Not needed with a .ruby-version file
|
||||
# Ruby version is defined in .ruby-version file
|
||||
|
||||
- name: 'Update and Install Dependencies'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user