Skip to content

Commit

Permalink
chore(deps): update backstage/actions action to v0.6.11 (#269)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 30, 2024
1 parent 5d37872 commit 586a39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.5
uses: backstage/actions/yarn-install@v0.6.11
with:
cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }}

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
registry-url: https://registry.npmjs.org/ # Needed for auth

- name: yarn install --frozen-lockfile
uses: backstage/actions/yarn-install@v0.6.5
uses: backstage/actions/yarn-install@v0.6.11
with:
cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }}

Expand Down

0 comments on commit 586a39e

Please sign in to comment.