Skip to content

Commit e10d79e

Browse files
chore(deps): bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8ade135...b4ffde6) --- 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 8c0fa8d commit e10d79e

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@8ade135a41bc03ea155e62e844d188df1ea18608
16+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1717
- name: Format Unix
1818
if: runner.os == 'Linux'
1919
run: test -z $(go fmt ./...)
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout code
34-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
34+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3535
- uses: dominikh/staticcheck-action@ba605356b4b29a60e87ab9404b712f3461e566dc
3636
with:
3737
version: "2022.1"

0 commit comments

Comments
 (0)