Skip to content

Commit

Permalink
ci(github): update dependencies
Browse files Browse the repository at this point in the history
- bump playwright from 1.31.1 to 1.31.2
  • Loading branch information
SimonGolms committed Mar 7, 2023
1 parent 6a87698 commit d04dc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container:
# Using the playwright container (https://mcr.microsoft.com/product/playwright/about)
# for performance reasons to avoid having to download and install all dependencies again.
image: mcr.microsoft.com/playwright:v1.31.1-focal
image: mcr.microsoft.com/playwright:v1.31.2-focal
# Container should run with the same user of the host VM, otherwise it leads to permission issues
# see: https://github.com/actions/runner/issues/691 & https://github.com/actions/checkout/issues/211#issuecomment-680107607
options: --user 1001
Expand Down

0 comments on commit d04dc44

Please sign in to comment.