Skip to content

Commit b5fa87b

Browse files
authored
Merge pull request #5490 from kubernetes-sigs/dependabot/github_actions/all-github-actions-69bef8011e
dependabot(deps): bump the all-github-actions group with 2 updates
2 parents c268595 + 06745ef commit b5fa87b

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
@@ -30,7 +30,7 @@ jobs:
3030
go-version: ${{ steps.vars.outputs.go_version }}
3131

3232
- name: golangci-lint
33-
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # tag=v6.5.0
33+
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # tag=v6.5.1
3434
with:
3535
# update the version when updating golangci-lint
3636
version: v1.60.2

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030
- name: Get changed files
3131
id: changed-markdown-files
32-
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # tag=v45.0.7
32+
uses: tj-actions/changed-files@531f5f7d163941f0c1c04e0ff4d8bb243ac4366f # tag=v45.0.7
3333
with:
3434
files: CHANGELOG/**.md
3535
- name: Get release version

0 commit comments

Comments
 (0)