Skip to content

Commit ace2b53

Browse files
dependabot[bot]harishxr
authored andcommitted
Bump actions/create-github-app-token from 2 to 3 in /.github/workflows
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>
1 parent aeeb579 commit ace2b53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/initiaterelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424
- name: Generate App Token
2525
id: app-token
26-
uses: actions/create-github-app-token@v2
26+
uses: actions/create-github-app-token@v3
2727
with:
2828
app-id: ${{ secrets.APP_ID }}
2929
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)