Skip to content

Commit 79a7e3f

Browse files
authored
Merge pull request #97 from kubernetes-sigs/dependabot/github_actions/all-github-actions-2c5ecc8b27
🌱 Bump the all-github-actions group with 2 updates
2 parents 9d082f3 + bc85301 commit 79a7e3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
go-version: ${{ steps.vars.outputs.go_version }}
6060
- name: golangci-lint
61-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
61+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # tag=v9.0.0
6262
with:
6363
version: v2.3.0
6464
working-directory: ${{matrix.working-directory}}

.github/workflows/release.yaml

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

0 commit comments

Comments
 (0)