Skip to content

Commit 8a16bb7

Browse files
authored
Merge pull request #2903 from kubernetes-sigs/dependabot/github_actions/release-0.13/all-github-actions-ad201398ad
🌱(deps): Bump the all-github-actions group across 1 directory with 2 updates
2 parents d5ca8cf + 0bca32f commit 8a16bb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
2828
with:
2929
go-version: ${{ steps.vars.outputs.go_version }}
30-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # tag=v4.3.0
30+
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # tag=v5.0.0
3131
name: Restore go cache
3232
with:
3333
path: |

.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@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # tag=v7.0.9
40+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # tag=v8.0.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)