From 0870d78cd1b46de7bc255f2a1621254d17f3560c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 13:30:54 +0000 Subject: [PATCH] Bump parcelLab/ci/.github/workflows/deployment.yaml from 8.2.6 to 8.3.0 Bumps [parcelLab/ci/.github/workflows/deployment.yaml](https://github.com/parcellab/ci) from 8.2.6 to 8.3.0. - [Release notes](https://github.com/parcellab/ci/releases) - [Commits](https://github.com/parcellab/ci/compare/v8.2.6...v8.3.0) --- updated-dependencies: - dependency-name: parcelLab/ci/.github/workflows/deployment.yaml dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deployment.yaml | 2 +- .github/workflows/test.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 268b9d6..53d80b9 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -24,7 +24,7 @@ jobs: from-dispatch: needs: set-repo-name - uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6 + uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.3.0 with: appName: ${{ needs.set-repo-name.outputs.repo_name }} author: ${{ github.event.inputs.author }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5713604..0939f97 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,7 +42,7 @@ jobs: needs: - test - set-repo-name - uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6 + uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.3.0 with: appName: ${{ needs.set-repo-name.outputs.repo_name }} author: ${{ github.event.pusher.name }} @@ -60,7 +60,7 @@ jobs: needs: - test - set-repo-name - uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6 + uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.3.0 with: appName: ${{ needs.set-repo-name.outputs.repo_name }} author: ${{ github.event.pusher.name }} @@ -78,7 +78,7 @@ jobs: needs: - test - set-repo-name - uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6 + uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.3.0 with: appName: ${{ needs.set-repo-name.outputs.repo_name }} author: ${{ github.event.pusher.name }}