Skip to content

Commit 4435766

Browse files
Upgrade: [dependabot] - bump actions/create-github-app-token
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@29824e6...f8d387b) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ce609c commit 4435766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot-auto-approve-and-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Get token from Github App
2121
id: get_app_token
22-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf
22+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859
2323
with:
2424
app-id: ${{ secrets.AUTOMERGE_APP_ID }}
2525
private-key: ${{ secrets.AUTOMERGE_PEM }}

.github/workflows/update-dev-container-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
echo "Updated IMAGE_VERSION from ${DEVCONTAINER_VERSION} to
132132
${LATEST_DEVCONTAINER_VERSION}"
133133
- name: Create GitHub App Token
134-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf
134+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859
135135
id: generate-token
136136
with:
137137
app-id: "${{ secrets.AUTOMERGE_APP_ID }}"

0 commit comments

Comments
 (0)