Skip to content

Commit 5212a79

Browse files
chore(deps): bump actions/checkout from 4.2.2 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 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@11bd719...1af3b93) --- 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] <[email protected]>
1 parent a1a33cd commit 5212a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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@11bd71901bbe5b1630ceea73d27597364c9af683
16+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1717
- name: Format Unix
1818
if: runner.os == 'Linux'
1919
run: test -z $(go fmt ./...)
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
27+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2828
- uses: dominikh/staticcheck-action@024238d2898c874f26d723e7d0ff4308c35589a2
2929
with:
3030
version: "latest"

0 commit comments

Comments
 (0)