Skip to content

Commit b946677

Browse files
Merge branch 'main' into renovate/arduino-setup-protoc-3.x
2 parents ec1a5ee + 2721c4e commit b946677

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
2020
permission-contents: write
2121
permission-pull-requests: write
22-
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
22+
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
2323
id: release
2424
with:
2525
token: ${{ steps.app-token.outputs.token }}
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
prerelease: true
4040
- name: Trigger Renovate
41-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
41+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
4242
if: steps.release.outputs.release_created && steps.semver_parser.outputs.prerelease == ''
4343
with:
4444
github-token: ${{ steps.app-token.outputs.token }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudquery/plugin-pb-go
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/Masterminds/semver v1.5.0

0 commit comments

Comments
 (0)