Skip to content

Commit 019e24c

Browse files
Bump actions/checkout from 6 to 7 (#332)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 8af8bf1 commit 019e24c

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
go-version: ${{ env.GO_VERSION }}
3838
- name: Checkout code
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v7
4040
- name: Cached Go dependencies
4141
uses: actions/cache@v6
4242
with:
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
go-version: ${{ env.GO_VERSION }}
6666
- name: Checkout code
67-
uses: actions/checkout@v6
67+
uses: actions/checkout@v7
6868
- uses: actions/cache@v6
6969
with:
7070
path: ~/go/pkg/mod
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
go-version: ${{ env.GO_VERSION }}
8787
- name: Checkout code
88-
uses: actions/checkout@v6
88+
uses: actions/checkout@v7
8989
- uses: actions/cache@v6
9090
with:
9191
path: ~/go/pkg/mod

.github/workflows/publish-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
with:
3131
fetch-depth: 0
3232
- name: Install Helm
@@ -48,7 +48,7 @@ jobs:
4848
- test-helm-chart
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v6
51+
- uses: actions/checkout@v7
5252
- id: package
5353
name: Package charts
5454
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
go-version: ${{ env.GO_VERSION }}
2828
- name: Checkout code
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
- uses: actions/cache@v6
3131
with:
3232
path: ~/go/pkg/mod
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
go-version: ${{ env.GO_VERSION }}
5050
- name: Checkout code
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
with:
5353
fetch-depth: 0
5454
- name: Set output

.github/workflows/test-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
with:
3131
fetch-depth: 0
3232
- name: Install Helm

0 commit comments

Comments
 (0)