Skip to content

Commit 33585a2

Browse files
Merge branch 'main' into renovate/actions-checkout-6.x
2 parents c46ba91 + c00af15 commit 33585a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gen_coverage_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: make coverage
3131

3232
- name: Create Pull Request
33-
uses: peter-evans/create-pull-request@v7
33+
uses: peter-evans/create-pull-request@v8
3434
with:
3535
# required so the PR triggers workflow runs
3636
token: ${{ secrets.GH_CQ_BOT }}

.github/workflows/go_mod_tidy_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Run go mod tidy
2929
working-directory: examples/${{ matrix.plugin }}
3030
run: go mod tidy
31-
- uses: stefanzweifel/git-auto-commit-action@v5
31+
- uses: stefanzweifel/git-auto-commit-action@v7
3232
with:
3333
commit_message: "chore: Tidy"

.github/workflows/lint_golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
with:
2222
go-version-file: go.mod
2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@v8
24+
uses: golangci/golangci-lint-action@v9
2525
with:
2626
version: v2.7.2

0 commit comments

Comments
 (0)