Skip to content

Commit d9df46f

Browse files
authored
Merge pull request #2977 from kubernetes-sigs/dependabot/github_actions/release-0.13/all-github-actions-78de88ff5d
🌱(deps): Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 in the all-github-actions group
2 parents 9ebc743 + eb42d90 commit d9df46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
sed -i "s/GOLANGCI_LINT_VERSION ?= .*/GOLANGCI_LINT_VERSION ?= ${{ steps.get_version.outputs.latest_version }}/" hack/tools/Makefile
3838
- name: Create Pull Request
3939
if: ${{ steps.check_version.outputs.current_version != steps.get_version.outputs.latest_version }}
40-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # tag=v8.0.0
40+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # tag=v8.1.0
4141
with:
4242
commit-message: "This commit updates golangci-lint to version v${{ steps.get_version.outputs.latest_version }}."
4343
title: ":seedling: chore: bump golangci-lint to v${{ steps.get_version.outputs.latest_version }}"

0 commit comments

Comments
 (0)