Skip to content

Commit a50b13e

Browse files
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc5a412 commit a50b13e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code
16-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
16+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
1717
- name: Format Unix
1818
if: runner.os == 'Linux'
1919
run: test -z $(go fmt ./...)

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: lint
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
1010
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
1111
with:
1212
go-version: '1.25'

0 commit comments

Comments
 (0)