Skip to content

Commit ff80eb3

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 c464dce commit ff80eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_regression_tests.yml

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

4949
- name: Generate a token to authenticate regression testing
5050
id: generate-token
51-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf
51+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859
5252
with:
5353
app-id: ${{ vars.REGRESSION_TESTS_APP_ID }}
5454
private-key: ${{ secrets.REGRESSION_TESTS_PEM }}

0 commit comments

Comments
 (0)