Skip to content

Commit b199a7b

Browse files
Bump actions/create-github-app-token from 3.1.1 to 3.2.0 (#402)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](actions/create-github-app-token@v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e3551a commit b199a7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest-darwin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Mint staging tap token
6969
if: matrix.senzingsdk-version != 'production-v4'
7070
id: staging-token
71-
uses: actions/create-github-app-token@v3.1.1
71+
uses: actions/create-github-app-token@v3.2.0
7272
with:
7373
client-id: ${{ secrets.SENZINGSDK_STAGING_CLIENT_ID }}
7474
private-key: ${{ secrets.SENZINGSDK_STAGING_APP_KEY }}

.github/workflows/pytest-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Mint staging bucket token
6767
if: matrix.senzingsdk-version != 'production-v4'
6868
id: staging-token
69-
uses: actions/create-github-app-token@v3.1.1
69+
uses: actions/create-github-app-token@v3.2.0
7070
with:
7171
client-id: ${{ secrets.SENZINGSDK_STAGING_CLIENT_ID }}
7272
private-key: ${{ secrets.SENZINGSDK_STAGING_APP_KEY }}

0 commit comments

Comments
 (0)