Update dependencies (#3006)
In preparation for a new release, let's also update a few dependencies.
This commit is contained in:
parent
70322699ab
commit
c7303cbf76
3 changed files with 20 additions and 18 deletions
2
.github/workflows/dendrite.yml
vendored
2
.github/workflows/dendrite.yml
vendored
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue