From be88af5a976e19f7551334422fc91c4fa6ad7aef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 02:35:49 +0000 Subject: [PATCH] Bump adobe/aio-apps-action from 4.0.0 to 4.1.0 Bumps [adobe/aio-apps-action](https://github.com/adobe/aio-apps-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/adobe/aio-apps-action/releases) - [Commits](https://github.com/adobe/aio-apps-action/compare/0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb...6d7fdea67de9ef5ee3bf4c730aeaa5eaa7e2c533) --- updated-dependencies: - dependency-name: adobe/aio-apps-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/aio-app-deployment.yml | 2 +- .github/workflows/aio-mesh-deployment.yml | 2 +- .github/workflows/aio-secure-actions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aio-app-deployment.yml b/.github/workflows/aio-app-deployment.yml index 405c1ae..f49cfb4 100644 --- a/.github/workflows/aio-app-deployment.yml +++ b/.github/workflows/aio-app-deployment.yml @@ -111,7 +111,7 @@ jobs: version: ${{ inputs.aio-cli-version }} - name: Authenticate with Adobe I/O - uses: adobe/aio-apps-action@0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb #v4.0.0 + uses: adobe/aio-apps-action@6d7fdea67de9ef5ee3bf4c730aeaa5eaa7e2c533 #v4.1.0 with: os: ubuntu-latest command: oauth_sts diff --git a/.github/workflows/aio-mesh-deployment.yml b/.github/workflows/aio-mesh-deployment.yml index 9ae34e1..bb4916f 100644 --- a/.github/workflows/aio-mesh-deployment.yml +++ b/.github/workflows/aio-mesh-deployment.yml @@ -123,7 +123,7 @@ jobs: run: aio plugins:install @adobe/aio-cli-plugin-api-mesh - name: Authenticate with Adobe I/O - uses: adobe/aio-apps-action@0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb #v4.0.0 + uses: adobe/aio-apps-action@6d7fdea67de9ef5ee3bf4c730aeaa5eaa7e2c533 #v4.1.0 with: os: ubuntu-latest command: oauth_sts diff --git a/.github/workflows/aio-secure-actions.yml b/.github/workflows/aio-secure-actions.yml index 5ebdf6b..79bb216 100644 --- a/.github/workflows/aio-secure-actions.yml +++ b/.github/workflows/aio-secure-actions.yml @@ -58,7 +58,7 @@ jobs: version: ${{ inputs.aio-cli-version }} - name: Authenticate with Adobe I/O - uses: adobe/aio-apps-action@0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb #v4.0.0 + uses: adobe/aio-apps-action@6d7fdea67de9ef5ee3bf4c730aeaa5eaa7e2c533 #v4.1.0 with: os: ubuntu-latest command: oauth_sts