Skip to content

Commit 64212db

Browse files
build(deps): bump actions/checkout from 4 to 5 (#829)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 7be104a commit 64212db

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: actions/setup-go@v5
1818
with:
1919
go-version-file: 'go.mod'
@@ -79,7 +79,7 @@ jobs:
7979
git config --global core.autocrlf false
8080
git config --global core.eol lf
8181
82-
- uses: actions/checkout@v4
82+
- uses: actions/checkout@v5
8383

8484
- name: Setup Helm
8585
uses: azure/setup-helm@v4
@@ -118,7 +118,7 @@ jobs:
118118
skipClusterLogsExport: true
119119

120120

121-
- uses: actions/checkout@v4
121+
- uses: actions/checkout@v5
122122

123123
- name: Setup Helm
124124
uses: azure/setup-helm@v4

.github/workflows/lint-sh.yaml

Lines changed: 1 addition & 1 deletion
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@v4
18+
- uses: actions/checkout@v5
1919
- uses: luizm/[email protected]
2020
with:
2121
sh_checker_exclude: 'scripts'

.github/workflows/lint.yaml

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: 10
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: actions/setup-go@v5
2020
with:
2121
go-version-file: 'go.mod'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
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@v4
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323
-

0 commit comments

Comments
 (0)