From a684705464fda10a556dd7e4dcb4d6e79e12fad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:52:33 +0000 Subject: [PATCH] chore(deps): bump Kong/public-shared-actions from 2.5.0 to 2.5.1 Bumps [Kong/public-shared-actions](https://github.com/kong/public-shared-actions) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/kong/public-shared-actions/releases) - [Commits](https://github.com/kong/public-shared-actions/compare/v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: Kong/public-shared-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 4f4f1a50cc..259da9e6b6 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -39,7 +39,7 @@ jobs: - name: Check if PR is up to date, if it is skip workflows for this ref id: 'up-to-date' if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/') - uses: Kong/public-shared-actions/pr-previews/up-to-date@v2.5.0 + uses: Kong/public-shared-actions/pr-previews/up-to-date@v2.5.1 with: github_token: ${{ secrets.GITHUB_TOKEN }}