Skip to content

Commit 8c25c1e

Browse files
build(deps): bump actions/create-github-app-token from 2 to 3 (#770)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ccf7c0c commit 8c25c1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: ${{ github.repository }} == 'stac-utils/stac-api-validator'
1717
steps:
18-
- uses: actions/create-github-app-token@v2
18+
- uses: actions/create-github-app-token@v3
1919
id: generate-token
2020
with:
2121
app-id: ${{ vars.RELEASE_BOT_CLIENT_ID }}

0 commit comments

Comments
 (0)