Skip to content

Commit dd11b6f

Browse files
authored
Merge pull request #3383 from kubernetes-sigs/dependabot/github_actions/all-github-actions-2c5ecc8b27
🌱 Bump the all-github-actions group with 2 updates
2 parents a6adaac + cfcc8d4 commit dd11b6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
go-version: ${{ steps.vars.outputs.go_version }}
3434
- name: golangci-lint
35-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
35+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # tag=v9.0.0
3636
with:
3737
version: v2.5.0
3838
args: --output.text.print-linter-name=true --output.text.colors=true --timeout 10m

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
make release
3131
- name: Release
32-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # tag=v2.4.1
32+
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # tag=v2.4.2
3333
with:
3434
draft: false
3535
files: tools/setup-envtest/out/*

0 commit comments

Comments
 (0)