From 872465d4db0d02de85592f0ef5192ab865c6b8ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:08:12 +0000 Subject: [PATCH] chore(actions)(deps): bump parcelLab/ci/.github/workflows/release.yaml Bumps [parcelLab/ci/.github/workflows/release.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/release.yaml dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.release.yaml b/.github/workflows/ci.release.yaml index 9d5f091..ba3200f 100644 --- a/.github/workflows/ci.release.yaml +++ b/.github/workflows/ci.release.yaml @@ -9,6 +9,6 @@ on: jobs: release: - uses: parcelLab/ci/.github/workflows/release.yaml@v8 + uses: parcelLab/ci/.github/workflows/release.yaml@v9 secrets: repoAccessToken: ${{ secrets.REPO_ACCESS_TOKEN_OPEN_SOURCE }}