Skip to content

Commit

Permalink
chore(deps): bump philips-software/app-token-action from 1.1.2 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [philips-software/app-token-action](https://github.com/philips-software/app-token-action) from 1.1.2 to 2.0.0.
- [Release notes](https://github.com/philips-software/app-token-action/releases)
- [Changelog](https://github.com/philips-software/app-token-action/blob/main/CHANGELOG.md)
- [Commits](philips-software/app-token-action@a379265...9f5d570)

---
updated-dependencies:
- dependency-name: philips-software/app-token-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 89a4929 commit 97b68f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
working-directory: lambdas
run: yarn install && yarn run test && yarn dist
- name: Get installation token
uses: philips-software/app-token-action@a37926571e4cec6f219e06727136efdd073d8657 # ratchet:philips-software/app-token-action@v1.1.2
uses: philips-software/app-token-action@9f5d57062c9f2beaffafaa9a34f66f824ead63a9 # ratchet:philips-software/app-token-action@v2.0.0
id: token
with:
app_id: ${{ secrets.FOREST_RELEASER_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get installation token
uses: philips-software/app-token-action@a37926571e4cec6f219e06727136efdd073d8657 # ratchet:philips-software/app-token-action@v1.1.2
uses: philips-software/app-token-action@9f5d57062c9f2beaffafaa9a34f66f824ead63a9 # ratchet:philips-software/app-token-action@v2.0.0
id: token
with:
app_id: ${{ secrets.FOREST_RELEASER_APP_ID }}
Expand Down

0 comments on commit 97b68f0

Please sign in to comment.