Skip to content

Commit

Permalink
chore(deps): update backstage/actions action to v0.6.16
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent b7d254b commit f223eb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: rm app-config.yaml && mv app-config.example.yaml app-config.yaml

- name: Install dependencies
uses: backstage/actions/yarn-install@25145dd4117d50e1da9330e9ed2893bc6b75373e # v0.6.15
uses: backstage/actions/yarn-install@c5c3b91fe86c59a87cf9782de1f89e48e19d4492 # v0.6.16
with:
cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }}

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
run: rm app-config.yaml && mv app-config.example.yaml app-config.yaml

- name: Install dependencies
uses: backstage/actions/yarn-install@25145dd4117d50e1da9330e9ed2893bc6b75373e # v0.6.15
uses: backstage/actions/yarn-install@c5c3b91fe86c59a87cf9782de1f89e48e19d4492 # v0.6.16
with:
cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/techdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: dtinth/setup-github-actions-caching-for-turbo@v1

- name: Install dependencies
uses: backstage/actions/yarn-install@25145dd4117d50e1da9330e9ed2893bc6b75373e # v0.6.15
uses: backstage/actions/yarn-install@c5c3b91fe86c59a87cf9782de1f89e48e19d4492 # v0.6.16
with:
cache-prefix: ${{ runner.os }}-v20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-backstage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
uses: backstage/actions/yarn-install@25145dd4117d50e1da9330e9ed2893bc6b75373e # v0.6.15
uses: backstage/actions/yarn-install@c5c3b91fe86c59a87cf9782de1f89e48e19d4492 # v0.6.16
with:
cache-prefix: ${{ runner.os }}-v20

Expand Down

0 comments on commit f223eb3

Please sign in to comment.