Skip to content

Commit

Permalink
update(ci): upgrade image docker
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Dec 12, 2024
1 parent 883a339 commit df963aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.48.0-jammy
image: mcr.microsoft.com/playwright:v1.49.1
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.48.0-jammy
image: mcr.microsoft.com/playwright:v1.49.1
steps:
- name: Download Blob Report from Desktop
uses: actions/download-artifact@v4
Expand Down

0 comments on commit df963aa

Please sign in to comment.