Skip to content

Commit c67e8e5

Browse files
Bump actions/checkout from 4 to 5 (#174)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 057884a commit c67e8e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
OS_LABEL: windows-latest
3939
runs-on: ${{ matrix.OS_LABEL }}
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
- uses: actions/setup-go@v5
4343
with:
4444
go-version: '~1.22.0'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.platform }}
2727
steps:
2828
- name: Fetch Repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
- name: Install Go
3131
uses: actions/setup-go@v5
3232
with:

0 commit comments

Comments
 (0)