mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
chore(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [sourcemeta/jsonschema](https://github.com/sourcemeta/jsonschema) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `sourcemeta/jsonschema` from 8.0.0 to 9.2.4 - [Release notes](https://github.com/sourcemeta/jsonschema/releases) - [Commits](https://github.com/sourcemeta/jsonschema/compare/v8.0.0...v9.2.4) Updates `golangci/golangci-lint-action` from 7 to 8 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v7...v8) --- updated-dependencies: - dependency-name: sourcemeta/jsonschema dependency-version: 9.2.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8096c29785
commit
f81c1afde9
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -22,13 +22,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
|
|
||||||
- uses: sourcemeta/jsonschema@v8.0.0
|
- uses: sourcemeta/jsonschema@v9.3.1
|
||||||
|
|
||||||
#- uses: gotesttools/gotestfmt-action@v2
|
#- uses: gotesttools/gotestfmt-action@v2
|
||||||
# with:
|
# with:
|
||||||
# token: ${{ secrets.GITHUB_TOKEN }}
|
# token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: golangci/golangci-lint-action@v7
|
- uses: golangci/golangci-lint-action@v8
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user