Skip to content

Commit 013ad61

Browse files
chore(deps): Bump actions/create-github-app-token from 1 to 2 (#82)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf6a570 commit 013ad61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
if: (github.repository == 'docling-project/docling-java') && ((github.event_name == 'workflow_dispatch') || ((github.event_name == 'pull_request_target') && (github.event.pull_request.merged == true)))
4343
steps:
44-
- uses: actions/create-github-app-token@v1
44+
- uses: actions/create-github-app-token@v2
4545
id: app-token
4646
with:
4747
app-id: ${{ vars.DOCLING_JAVA_CI_APP_ID }}

.github/workflows/version-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Build version tester
9696
run: ./gradlew --no-daemon -Pjava.version=${{ env.JAVA_VERSION }} :docling-version-tests:build
9797

98-
- uses: actions/create-github-app-token@v1
98+
- uses: actions/create-github-app-token@v2
9999
id: app-token
100100
with:
101101
app-id: ${{ vars.DOCLING_JAVA_CI_APP_ID }}

0 commit comments

Comments
 (0)