Skip to content

Commit dc9ccd6

Browse files
Bump actions/checkout from 3.6.0 to 4.0.0 (#163)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.6.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b92723f commit dc9ccd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout the repository
18-
uses: actions/checkout@v3.6.0
18+
uses: actions/checkout@v4.0.0
1919
with:
2020
fetch-depth: 0 # Needed for changelog generation
2121

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: lint
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3.6.0
12+
- uses: actions/checkout@v4.0.0
1313
- name: golangci-lint
1414
uses: golangci/golangci-lint-action@v3.7.0
1515
with:

0 commit comments

Comments
 (0)