Skip to content

Commit

Permalink
Update backstage/actions action to v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 15, 2022
1 parent 9b8a6ff commit 9baccd1
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.5.7
uses: backstage/actions/yarn-install@v0.5.9
with:
cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }}

Expand Down Expand Up @@ -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.7
uses: backstage/actions/yarn-install@v0.5.9
with:
cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }}

Expand Down

0 comments on commit 9baccd1

Please sign in to comment.