Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0375807

Browse files
chore(deps): bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 04b3064 commit 0375807

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-go@v5
1919
with:
2020
go-version: 1.22.8
21-
- uses: actions/checkout@v4.2.2
21+
- uses: actions/checkout@v5.0.0
2222
- name: Make Gen
2323
run: make --output-sync -B gen
2424
- name: Check for unstaged files

.github/workflows/gotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-go@v5
1919
with:
2020
go-version: 1.22.8
21-
- uses: actions/checkout@v4.2.2
21+
- uses: actions/checkout@v5.0.0
2222
- name: Install gotestsum
2323
shell: bash
2424
run: go install gotest.tools/gotestsum@latest

.github/workflows/lint.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
timeout-minutes: 5
1717
steps:
18-
- uses: actions/checkout@v4.2.2
18+
- uses: actions/checkout@v5.0.0
1919
- uses: actions/setup-go@v5
2020
with:
2121
go-version: 1.22.8

0 commit comments

Comments
 (0)