Skip to content

Commit a24079e

Browse files
chore(deps): bump actions/setup-go from 5 to 6 in the all group (#991)
Bumps the all group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60d8510 commit a24079e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/schema-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v5
1414
with:
1515
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
16-
- uses: actions/setup-go@v5
16+
- uses: actions/setup-go@v6
1717
with:
1818
go-version-file: go.mod
1919
- run: go run . schema > ./schema.json

0 commit comments

Comments
 (0)