Skip to content

Commit b6aafeb

Browse files
authored
Merge pull request #2909 from kubernetes-sigs/dependabot/github_actions/main/all-github-actions-599bd58ce5
🌱(deps): Bump the all-github-actions group with 3 updates
2 parents bd88247 + e7c578b commit b6aafeb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-dependabot.yaml

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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
- name: Get changed files
2727
id: changed-files
28-
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
28+
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
2929
- name: Get release version
3030
id: release-version
3131
run: |

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

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

0 commit comments

Comments
 (0)