Skip to content

Commit

Permalink
chore: fixed the version of browser-actions/setup-chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
kyasbal committed Feb 15, 2025
1 parent 17cd2e6 commit b7a537d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: make prepare-frontend

- name: Install Chrome for Angular Test
uses: browser-actions/setup-chrome@v1
uses: browser-actions/setup-chrome@c785b87e244131f27c9f19c1a33e2ead956ab7ce # 1.7.3
with:
chrome-version: stable

Expand Down Expand Up @@ -140,7 +140,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b7a537d

Please sign in to comment.