Update dependencies (#3006)

In preparation for a new release, let's also update a few dependencies.
This commit is contained in:
Till 2023-03-10 10:32:50 +01:00 committed by GitHub
parent 70322699ab
commit c7303cbf76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 18 deletions

View file

@ -6,10 +6,12 @@ on:
- main
paths:
- '**.go' # only execute on changes to go files
- 'go.sum' # or dependency updates
- '.github/workflows/**' # or workflow changes
pull_request:
paths:
- '**.go'
- 'go.sum' # or dependency updates
- '.github/workflows/**'
release:
types: [published]