diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-15 05:55:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-15 05:55:50 -0400 |
| commit | 2ebce2670934b6325fc106a19b154c9f34cb944e (patch) | |
| tree | 7091f1cb01105eb97d5e0ce2616a0667a7c56da6 /.github | |
| parent | ac273a8ad5bc4883ddc6f9eb886b661cf94ad07f (diff) | |
| download | anubis-2ebce2670934b6325fc106a19b154c9f34cb944e.tar.xz anubis-2ebce2670934b6325fc106a19b154c9f34cb944e.zip | |
build(deps): bump the gomod group with 3 updates (#265)
* build(deps): bump the gomod group with 3 updates
Bumps the gomod group with 3 updates: [github.com/playwright-community/playwright-go](https://github.com/playwright-community/playwright-go), [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) and [golang.org/x/net](https://github.com/golang/net).
Updates `github.com/playwright-community/playwright-go` from 0.5001.0 to 0.5101.0
- [Release notes](https://github.com/playwright-community/playwright-go/releases)
- [Commits](https://github.com/playwright-community/playwright-go/compare/v0.5001.0...v0.5101.0)
Updates `github.com/prometheus/client_golang` from 1.21.1 to 1.22.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.21.1...v1.22.0)
Updates `golang.org/x/net` from 0.38.0 to 0.39.0
- [Commits](https://github.com/golang/net/compare/v0.38.0...v0.39.0)
---
updated-dependencies:
- dependency-name: github.com/playwright-community/playwright-go
dependency-version: 0.5101.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod
- dependency-name: github.com/prometheus/client_golang
dependency-version: 1.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod
- dependency-name: golang.org/x/net
dependency-version: 0.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod
...
Signed-off-by: dependabot[bot] <support@github.com>
* internal/test: bump playwright version
Signed-off-by: Xe Iaso <me@xeiaso.net>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Xe Iaso <me@xeiaso.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/go.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a745f9a..03fc9d2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -68,8 +68,8 @@ jobs: - name: install playwright browsers run: | - npx --yes playwright@1.50.1 install --with-deps - npx --yes playwright@1.50.1 run-server --port 9001 & + npx --yes playwright@1.51.1 install --with-deps + npx --yes playwright@1.51.1 run-server --port 9001 & - name: install node deps run: | |
