Skip to content

Commit 63d5e87

Browse files
authored
Merge pull request #2471 from kubernetes-sigs/dependabot/github_actions/main/all-github-actions-bf199c20a5
🌱(deps): Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 in the all-github-actions group
2 parents 4142407 + 979c202 commit 63d5e87

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
@@ -40,7 +40,7 @@ jobs:
4040
sed -i "s/GOLANGCI_LINT_VERSION ?= .*/GOLANGCI_LINT_VERSION ?= ${{ steps.get_version.outputs.latest_version }}/" hack/tools/Makefile
4141
- name: Create Pull Request
4242
if: ${{ steps.check_version.outputs.current_version != steps.get_version.outputs.latest_version }}
43-
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # tag=v7.0.7
43+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # tag=v7.0.8
4444
with:
4545
commit-message: "This commit updates golangci-lint to version v${{ steps.get_version.outputs.latest_version }}."
4646
title: ":seedling: chore: bump golangci-lint to v${{ steps.get_version.outputs.latest_version }}"

0 commit comments

Comments
 (0)