Skip to content

Commit

Permalink
PMM-7: Update deprecated actions in Playwright tests (#682)
Browse files Browse the repository at this point in the history
* PMM-7: Update actions

* PMM-7: Update actions
  • Loading branch information
peterSirotnak authored May 23, 2024
1 parent 28a6554 commit 055b2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runner-e2e-tests-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
sha: ${{ env.SHA }}

- name: 'Checkout UI tests: "${{ inputs.pmm_ui_tests_branch }}"'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.pmm_ui_tests_branch }}
repository: percona/pmm-ui-tests
Expand All @@ -119,7 +119,7 @@ jobs:
npx playwright install
- name: 'Checkout pmm-qa: "${{ inputs.pmm_qa_branch }}"'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# token: ${{ secrets.ROBOT_TOKEN }}
repository: percona/pmm-qa
Expand Down

0 comments on commit 055b2f2

Please sign in to comment.