We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf54172 + 0cc5e33 commit 80b2665Copy full SHA for 80b2665
2 files changed
.github/workflows/release_pr.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
prerelease: true
40
- name: Trigger Renovate
41
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
42
if: steps.release.outputs.release_created && steps.semver_parser.outputs.prerelease == ''
43
44
github-token: ${{ steps.app-token.outputs.token }}
go.mod
@@ -1,6 +1,6 @@
1
module github.com/cloudquery/plugin-pb-go
2
3
-go 1.26.1
+go 1.26.2
4
5
require (
6
github.com/Masterminds/semver v1.5.0
0 commit comments