chore(deps): bump actions/checkout from 5 to 6 in the all group (#111)
dependabot[bot]
and
dependabot[bot]
created
Bumps the all group with 1 update: [actions/checkout](https://github.com/actions/checkout).
Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
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>
Change summary
.github/workflows/update.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Detailed changes
@@ -11,7 +11,7 @@ jobs:
permissions:
contents: write
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-go@v6