From 767432218eae5ed6355f2f2f159f2d928127a3e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:12:48 +0000 Subject: [PATCH] chore(actions)(deps): bump parcelLab/ci/.github/workflows/pr.yaml Bumps [parcelLab/ci/.github/workflows/pr.yaml](https://github.com/parcellab/ci) from 8 to 9. - [Release notes](https://github.com/parcellab/ci/releases) - [Commits](https://github.com/parcellab/ci/compare/v8...v9) --- updated-dependencies: - dependency-name: parcelLab/ci/.github/workflows/pr.yaml dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index c9bc749..62d0654 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -9,6 +9,6 @@ on: - synchronize jobs: pr: - uses: parcelLab/ci/.github/workflows/pr.yaml@v8 + uses: parcelLab/ci/.github/workflows/pr.yaml@v9 secrets: repoAccessToken: ${{ secrets.GITHUB_TOKEN }}