Skip to content

Commit d9494c5

Browse files
authored
Merge pull request #1073 from kubernetes-sigs/dependabot/github_actions/all-github-actions-d1925a12e9
🌱 Bump the all-github-actions group with 2 updates
2 parents df15da6 + 755b9d0 commit d9494c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
go-version: ${{ steps.vars.outputs.go_version }}
3333
- name: golangci-lint
34-
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # tag=v6.1.0
34+
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # tag=v6.1.1
3535
with:
3636
version: v1.57.2
3737
args: --out-format=colored-line-number

.github/workflows/tools-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
2020
- name: Get changed files
2121
id: changed-files
22-
uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # tag=v45.0.2
22+
uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # tag=v45.0.3
2323
with:
2424
files: |
2525
hack/envtest/_matrix/*.yaml

0 commit comments

Comments
 (0)