Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit e4b1671

Browse files
chore: bump actions/checkout from 5 to 6 in the all group (#579)
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](actions/checkout@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>
1 parent f6960fb commit e4b1671

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Install Go
2222
id: install-go
@@ -109,7 +109,7 @@ jobs:
109109

110110
steps:
111111
- name: Checkout code
112-
uses: actions/checkout@v5
112+
uses: actions/checkout@v6
113113

114114
- name: Install Go
115115
id: install-go

0 commit comments

Comments
 (0)