Skip to content

Commit

Permalink
update dependencies (#1441)
Browse files Browse the repository at this point in the history
* update dependencies and simplify CI even further

* more fixes

* tweak timeouts

* Bump actions/setup-go from 2 to 3

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* update dependencies

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
romainmenke and dependabot[bot] authored Feb 10, 2023
1 parent 9f762e7 commit 870dd2a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: cd packages/core-web-generator && npm run test
- run: cd packages/babel-plugin-core-web && npm run test

- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.18'
- run: go install ./scripts/...
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 870dd2a

Please sign in to comment.