Skip to content

Commit de6b9f7

Browse files
Bump actions/checkout from 3 to 4 (#522)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84c8947 commit de6b9f7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- uses: actions/setup-go@v5
2121
with:
2222
go-version-file: 'go.mod'
@@ -65,7 +65,7 @@ jobs:
6565
git config --global core.autocrlf false
6666
git config --global core.eol lf
6767
68-
- uses: actions/checkout@v3
68+
- uses: actions/checkout@v4
6969

7070
- name: Setup Helm
7171
uses: azure/setup-helm@v3
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
version: "v0.11.1"
9797

98-
- uses: actions/checkout@v3
98+
- uses: actions/checkout@v4
9999

100100
- name: Setup Helm
101101
uses: azure/setup-helm@v3

.github/workflows/lint-sh.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1616
continue-on-error: true
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: luizm/[email protected]
2020
with:
2121
sh_checker_exclude: 'scripts'

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 10
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: actions/setup-go@v5
2020
with:
2121
go-version-file: 'go.mod'

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: echo "flags=--snapshot" >> $GITHUB_ENV
1818
-
1919
name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323
-

0 commit comments

Comments
 (0)