Skip to content

Commit d59c98f

Browse files
Bump the github-actions group with 3 updates (#413)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d0a510 commit d59c98f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version-file: go.mod
3030

3131
- name: Run golangci-lint
32-
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
32+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3333
with:
3434
version: v2.1.0
3535
args: --timeout 10m --verbose --issues-exit-code=0
@@ -105,7 +105,7 @@ jobs:
105105
continue-on-error: true
106106

107107
- name: Generate code coverage artifacts
108-
uses: actions/upload-artifact@v5
108+
uses: actions/upload-artifact@v6
109109
with:
110110
name: code-coverage
111111
path: coverage.out

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
# oci://quay.io/jetstack/version-checker/chart
186186

187187
- name: Creating Publishing Chart's PR
188-
uses: peter-evans/create-pull-request@v7
188+
uses: peter-evans/create-pull-request@v8
189189
if: ${{ startsWith(github.ref, 'refs/tags/') }}
190190
with:
191191
token: ${{ secrets.JETSTACK_CHARTS_PAT }}

0 commit comments

Comments
 (0)