From 01f25db1b494941018c2d82bbe345c91371dc5d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:38:03 +0000 Subject: [PATCH] Bump jpmcb/prow-github-actions from 1.1.2 to 1.1.3 Bumps [jpmcb/prow-github-actions](https://github.com/jpmcb/prow-github-actions) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/jpmcb/prow-github-actions/releases) - [Commits](https://github.com/jpmcb/prow-github-actions/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: jpmcb/prow-github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/prow-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prow-action.yml b/.github/workflows/prow-action.yml index d6d68bb04..bfddf23b2 100644 --- a/.github/workflows/prow-action.yml +++ b/.github/workflows/prow-action.yml @@ -9,7 +9,7 @@ jobs: execute: runs-on: ubuntu-latest steps: - - uses: jpmcb/prow-github-actions@v1.1.2 + - uses: jpmcb/prow-github-actions@v1.1.3 with: # Only support /kind command for now. # TODO: before allowing the /lgtm command, see if we can block merging if changelog labels are missing.