Skip to content

Commit

Permalink
chore(deps): update all non-major github action dependencies (#422)
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] authored Feb 5, 2024
1 parent 023ace9 commit 7db5b20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
working-directory: ${{ matrix.package }}

- name: Publish ${{ matrix.name }}
uses: JS-DevTools/npm-publish@fe58a596e87f1297b15f580ec0dbc833d51a4622
uses: JS-DevTools/npm-publish@9c9fb626973e955616b3913bfbd10ddf40b16ad7
id: publish
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
working-directory: ${{ matrix.package }}

- name: Publish ${{ matrix.name }}
uses: JS-DevTools/npm-publish@fe58a596e87f1297b15f580ec0dbc833d51a4622
uses: JS-DevTools/npm-publish@9c9fb626973e955616b3913bfbd10ddf40b16ad7
id: publish
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@c4fa18d55c5d49e6a2793e351ea4938322c61072 # v1.6.4
- uses: actions/create-github-app-token@86576b355dd19da0519e0bdb63d8edb5bcf76a25 # v1.7.0
id: sre_app_token
with:
app_id: ${{ secrets.SRE_APP_ID }}
Expand Down

0 comments on commit 7db5b20

Please sign in to comment.