Skip to content

Commit

Permalink
Merge pull request #137 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-go-5.0.1

Bump actions/setup-go from 5.0.0 to 5.0.1
  • Loading branch information
spowelljr authored May 7, 2024
2 parents c9548df + dc81827 commit 5e078e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
- run: |
export VERSION=$(sed -n -e 's/.*QVersionNumber::fromString(\"\(.*\)\");/\1/p' src/window.cpp)
make update-releases-json
Expand Down

0 comments on commit 5e078e8

Please sign in to comment.