Skip to content

Commit 1e4ad27

Browse files
chore(deps): Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 14222fc commit 1e4ad27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/setup-go@v5
1717
with:
1818
go-version: 1.21
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v6

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs: [create-draft-release]
4747
steps:
4848
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@v4
5050
- uses: actions/setup-go@v5
5151
with:
5252
go-version: 1.21

0 commit comments

Comments
 (0)