Skip to content

Commit 1db3841

Browse files
authored
Merge pull request #12983 from kubernetes-sigs/dependabot/github_actions/all-github-actions-2c5ecc8b27
🌱 Bump the all-github-actions group with 2 updates
2 parents e088f28 + 2dce23c commit 1db3841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version: ${{ steps.vars.outputs.go_version }}
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
31+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # tag=v9.0.0
3232
with:
3333
version: v2.4.0
3434
working-directory: ${{matrix.working-directory}}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/CHANGELOG/${{ env.RELEASE_TAG }}.md" \
107107
-o "${{ env.RELEASE_TAG }}.md"
108108
- name: Release
109-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # tag=v2.4.1
109+
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # tag=v2.4.2
110110
with:
111111
draft: true
112112
files: out/*

0 commit comments

Comments
 (0)