Skip to content

Commit 91b1401

Browse files
chore(deps): bump actions/create-github-app-token from 3 to 3.1.1 (#4771)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3 to 3.1.1. - [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...v3.1.1) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 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 2a1f093 commit 91b1401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Generate GitHub App Token
4040
id: generate-token
41-
uses: actions/create-github-app-token@v3
41+
uses: actions/create-github-app-token@v3.1.1
4242
with:
4343
app-id: ${{ secrets.APP_ID }}
4444
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)