From 97790172fdd53b395369917eafb0b0405b766d36 Mon Sep 17 00:00:00 2001 From: Alaya Renovate Bot <128491937+alaya-renovate-app[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:37:21 +0000 Subject: [PATCH] chore(deps): update backstage/actions action to v0.6.15 --- .github/workflows/release-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index a885c3800c..3128b61c9a 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -46,7 +46,7 @@ jobs: registry-url: https://registry.npmjs.org/ # Needed for auth - name: yarn install --frozen-lockfile - uses: backstage/actions/yarn-install@v0.5.13 + uses: backstage/actions/yarn-install@v0.6.15 with: cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }} @@ -109,7 +109,7 @@ jobs: registry-url: https://registry.npmjs.org/ # Needed for auth - name: yarn install --frozen-lockfile - uses: backstage/actions/yarn-install@v0.5.13 + uses: backstage/actions/yarn-install@v0.6.15 with: cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }}