From 055b2f2f78c2172dab0faf4084ef3bebfe808003 Mon Sep 17 00:00:00 2001 From: Peter Sirotnak Date: Thu, 23 May 2024 12:47:47 +0200 Subject: [PATCH] PMM-7: Update deprecated actions in Playwright tests (#682) * PMM-7: Update actions * PMM-7: Update actions --- .github/workflows/runner-e2e-tests-playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runner-e2e-tests-playwright.yml b/.github/workflows/runner-e2e-tests-playwright.yml index 6f17cc3a..1f0f4dd4 100644 --- a/.github/workflows/runner-e2e-tests-playwright.yml +++ b/.github/workflows/runner-e2e-tests-playwright.yml @@ -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 @@ -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