Skip to content

Commit 881238a

Browse files
chore(deps): bump actions/create-github-app-token from 1.11.6 to 3.1.1
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.6 to 3.1.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@21cfef2...1b10c78) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d71280 commit 881238a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Generate GitHub App token
3535
id: app-token
3636
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
37-
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
37+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3838
with:
3939
app-id: ${{ secrets.TRANSLATION_APP_ID }}
4040
private-key: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }}

.github/workflows/translate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Generate GitHub App token
7575
id: app-token
76-
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
76+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
7777
with:
7878
app-id: ${{ secrets.TRANSLATION_APP_ID }}
7979
private-key: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)