Skip to content

Commit f7b5047

Browse files
chore(deps): bump actions/checkout from 4.2.0 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dad575c commit f7b5047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
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@d632683dd7b4114ad314bca15554477dd762a938
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@d632683dd7b4114ad314bca15554477dd762a938
27+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2828
- uses: dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6
2929
with:
3030
version: "2024.1.1"

0 commit comments

Comments
 (0)