Skip to content

Commit 87f3ad0

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0 (#610)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 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 45af645 commit 87f3ad0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- {"name": "ha_aarch64", "args": "GOARCH=arm64"}
2626
steps:
2727
- name: Checkout the repository
28-
uses: actions/checkout@v5.0.1
28+
uses: actions/checkout@v6.0.0
2929

3030
- name: Setup go ${{ env.GOLANG_VERSION }}
3131
uses: actions/setup-go@v6.1.0

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
codespell:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5.0.1
13+
- uses: actions/checkout@v6.0.0
1414
- uses: codespell-project/actions-codespell@v2.2
1515
with:
1616
skip: ./.git,./go.sum

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: lint
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5.0.1
14+
- uses: actions/checkout@v6.0.0
1515
- name: golangci-lint
1616
uses: golangci/golangci-lint-action@v9.0.0
1717
with:

0 commit comments

Comments
 (0)