From 34c16b39f2f48a40cde61a6c806967b7ebbf9119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 21:45:52 +0000 Subject: [PATCH] build(deps): bump go-openapi/gh-actions Bumps the development-dependencies group with 1 update: [go-openapi/gh-actions](https://github.com/go-openapi/gh-actions). Updates `go-openapi/gh-actions` from 1.4.12 to 1.4.13 - [Release notes](https://github.com/go-openapi/gh-actions/releases) - [Changelog](https://github.com/go-openapi/gh-actions/blob/master/release_tracker.go) - [Commits](https://github.com/go-openapi/gh-actions/compare/1ade8c4f9415b844bec4a7545967157c5bace961...21fde93224f7f4c39a622fbe7eb50e4a620eb899) --- updated-dependencies: - dependency-name: go-openapi/gh-actions dependency-version: 1.4.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/regen.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 92e6d89..0e33b1d 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -54,7 +54,7 @@ jobs: run: gh pr review --approve "$PR_URL" - name: Wait for all workflow runs to complete - uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.4.12 + uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@21fde93224f7f4c39a622fbe7eb50e4a620eb899 # v1.4.13 with: pr-url: ${{ env.PR_URL }} github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 39409c9..123a0c3 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Configure bot credentials - uses: go-openapi/gh-actions/ci-jobs/bot-credentials@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.4.12 + uses: go-openapi/gh-actions/ci-jobs/bot-credentials@21fde93224f7f4c39a622fbe7eb50e4a620eb899 # v1.4.13 id: bot-credentials with: enable-github-app: "true"