Skip to content

Commit 258cbda

Browse files
dependabot[bot]jacobbednarz
authored andcommitted
build(deps): bump actions/checkout from 6 to 7
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>
1 parent 17f880f commit 258cbda

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: lint
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
- uses: actions/setup-go@v6
1616
with:
1717
go-version-file: "go.mod"

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: test
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626
with:
2727
ref: ${{ github.event.inputs.ref || github.ref }}
2828
- name: Validate release tag
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: windows-latest
6464
runs-on: ${{ matrix.runs-on }}
6565
steps:
66-
- uses: actions/checkout@v6
66+
- uses: actions/checkout@v7
6767
with:
6868
ref: ${{ github.event.inputs.ref || github.ref }}
6969
- uses: actions/setup-go@v6
@@ -106,7 +106,7 @@ jobs:
106106
needs: build
107107
runs-on: ubuntu-latest
108108
steps:
109-
- uses: actions/checkout@v6
109+
- uses: actions/checkout@v7
110110
with:
111111
ref: ${{ github.event.inputs.ref || github.ref }}
112112
- name: Download archives
@@ -138,7 +138,7 @@ jobs:
138138
artifact: linux-arm64
139139
steps:
140140
- name: Checkout
141-
uses: actions/checkout@v6
141+
uses: actions/checkout@v7
142142
with:
143143
ref: ${{ github.event.inputs.ref || github.ref }}
144144
- name: Docker meta
@@ -214,7 +214,7 @@ jobs:
214214
needs: image-merge
215215
runs-on: ubuntu-latest
216216
steps:
217-
- uses: actions/checkout@v6
217+
- uses: actions/checkout@v7
218218
with:
219219
ref: ${{ github.event.inputs.ref || github.ref }}
220220
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v6
8+
- uses: actions/checkout@v7
99
- uses: actions/setup-go@v6
1010
with:
1111
go-version-file: "go.mod"
@@ -15,7 +15,7 @@ jobs:
1515
helm:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
- uses: azure/setup-helm@v5
2020
- name: lint
2121
run: helm lint deployments/kubernetes-helm

0 commit comments

Comments
 (0)