Skip to content

Commit d1a35e5

Browse files
dependabot[bot]zbiljic
authored andcommitted
chore(deps): bump actions/checkout from 4.1.3 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09fc1e1 commit d1a35e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: lint
2222
runs-on: ubuntu-22.04
2323
steps:
24-
- uses: actions/checkout@v4.1.3
24+
- uses: actions/checkout@v4.1.4
2525
- uses: actions/setup-go@v5.0.0
2626
with:
2727
go-version: ${{ env.GO_VERSION }}

0 commit comments

Comments
 (0)