From 97b68f0047b826884fed84bb975642790e4cf763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:31:42 +0000 Subject: [PATCH] chore(deps): bump philips-software/app-token-action from 1.1.2 to 2.0.0 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](https://github.com/philips-software/app-token-action/compare/a37926571e4cec6f219e06727136efdd073d8657...9f5d57062c9f2beaffafaa9a34f66f824ead63a9) --- updated-dependencies: - dependency-name: philips-software/app-token-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/update-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d9031ef47..ed8f7fa5bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index de2b23a626..c86d6a25fa 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -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 }}