Skip to content

Commit 06b9a0a

Browse files
authored
Merge pull request #40 from kubernetes-sigs/dependabot/github_actions/all-github-actions-b83de578a7
🌱 Bump the all-github-actions group across 1 directory with 3 updates
2 parents 993709b + 2311ab7 commit 06b9a0a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
id: vars
3333
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
3434
- name: Set up Go
35-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
35+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
3636
with:
3737
go-version: ${{ steps.vars.outputs.go_version }}
3838
- name: golangci-lint
39-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
39+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
4040
with:
4141
version: v2.1.1
4242
working-directory: ${{matrix.working-directory}}
@@ -61,7 +61,7 @@ jobs:
6161
id: vars
6262
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
6363
- name: Set up Go
64-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
64+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
6565
with:
6666
go-version: ${{ steps.vars.outputs.go_version }}
6767
- name: make test
@@ -76,7 +76,7 @@ jobs:
7676
id: vars
7777
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
7878
- name: Set up Go
79-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
79+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
8080
with:
8181
go-version: ${{ steps.vars.outputs.go_version }}
8282
- name: make verify-modules

.github/workflows/pr-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: vars
2525
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626
- name: Set up Go
27-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
27+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
2828
with:
2929
go-version: ${{ steps.vars.outputs.go_version }}
3030
- name: Update all modules

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
id: vars
2121
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2222
- name: Set up Go
23-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
23+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
2424
with:
2525
go-version: ${{ steps.vars.outputs.go_version }}
2626
- name: Generate release binaries
2727
run: |
2828
make release
2929
- name: Release
30-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # tag=v2.2.1
30+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # tag=v2.2.2
3131
with:
3232
draft: false
3333
files: tools/setup-envtest/out/*

0 commit comments

Comments
 (0)