From 345e89868c24301b0aa015282ececab42a0d6ebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 04:35:54 +0000 Subject: [PATCH] chore(deps): bump Kong/public-shared-actions from 2.7.2 to 2.7.3 Bumps [Kong/public-shared-actions](https://github.com/kong/public-shared-actions) from 2.7.2 to 2.7.3. - [Release notes](https://github.com/kong/public-shared-actions/releases) - [Commits](https://github.com/kong/public-shared-actions/compare/v2.7.2...v2.7.3) --- 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 1616b0a1a8..42504f1baf 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.7.2 + uses: Kong/public-shared-actions/pr-previews/up-to-date@v2.7.3 with: github_token: ${{ secrets.GITHUB_TOKEN }}