Skip to content

Commit

Permalink
Bump mcr.microsoft.com/playwright from 1.43.1 to 1.44.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar committed May 7, 2024
1 parent 1775cb6 commit 26f9644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Run Playwright Tests
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.43.1-jammy
image: mcr.microsoft.com/playwright:v1.44.0-jammy

if: contains(github.event.pull_request.labels.*.name, 'safe to test') || ${{ github.actor == 'dependabot[bot]' }}
steps:
Expand Down

0 comments on commit 26f9644

Please sign in to comment.