Skip to content

Commit

Permalink
Merge pull request #103 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/publish-release/actions-3312ee29c6

Bump the actions group across 2 directories with 1 update
  • Loading branch information
k8s-ci-robot authored Dec 11, 2024
2 parents 0f72941 + 0de3732 commit 928044a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion publish-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:
use-sudo: ${{ inputs.use-sudo }}

# if requested to install from go install
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
if: ${{ inputs.publish-release-version == 'main' }}
with:
go-version: '1.23'
Expand Down
2 changes: 1 addition & 1 deletion setup-release-notes/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- name: Check out code onto GOPATH
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: '1.23'
check-latest: true
Expand Down

0 comments on commit 928044a

Please sign in to comment.