From 2f515b2e21d259f2a3b4d4c5043a424de168a904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 19:11:24 +0000 Subject: [PATCH] Bump spowelljr/hide-minikube-bot-comments from 1.22.0 to 1.23.0 Bumps [spowelljr/hide-minikube-bot-comments](https://github.com/spowelljr/hide-minikube-bot-comments) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/spowelljr/hide-minikube-bot-comments/releases) - [Commits](https://github.com/spowelljr/hide-minikube-bot-comments/compare/3e2cbc9fcd07d17eeea7dab7ac90a27cb29f8bce...de281e1bb630835cb5e6f155198e2527223c0dd8) --- updated-dependencies: - dependency-name: spowelljr/hide-minikube-bot-comments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/hide-minikube-bot-comments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hide-minikube-bot-comments.yml b/.github/workflows/hide-minikube-bot-comments.yml index bd47de2b81..77ca76c186 100644 --- a/.github/workflows/hide-minikube-bot-comments.yml +++ b/.github/workflows/hide-minikube-bot-comments.yml @@ -5,6 +5,6 @@ jobs: if: ${{ github.event.issue.pull_request }} runs-on: ubuntu-20.04 steps: - - uses: spowelljr/hide-minikube-bot-comments@3e2cbc9fcd07d17eeea7dab7ac90a27cb29f8bce + - uses: spowelljr/hide-minikube-bot-comments@de281e1bb630835cb5e6f155198e2527223c0dd8 with: token: ${{ secrets.MINIKUBE_BOT_PAT }}