Skip to content

Commit abba606

Browse files
chore(deps): bump the dependencies group with 2 updates (#20666)
Bumps the dependencies group with 2 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [jwalton/gh-find-current-pr](https://github.com/jwalton/gh-find-current-pr). Updates `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) Updates `jwalton/gh-find-current-pr` from 1.3.3 to 1.3.5 - [Release notes](https://github.com/jwalton/gh-find-current-pr/releases) - [Commits](jwalton/gh-find-current-pr@89ee579...f3d61b4) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: jwalton/gh-find-current-pr dependency-version: 1.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa4705a commit abba606

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.actor == 'dependabot[bot]'
1313
steps:
1414
- name: Generate Token
15-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
15+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
1616
id: app-token
1717
with:
1818
app-id: ${{ secrets.BOT_APP_ID }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Collect types coverage
8888
run: yarn types:cover:report
8989

90-
- uses: jwalton/gh-find-current-pr@89ee5799558265a1e0e31fab792ebb4ee91c016b # v1.3.3
90+
- uses: jwalton/gh-find-current-pr@f3d61b485d2801773f7a07b2aaa3306bd8f8e653 # v1.3.5
9191
id: findPr
9292

9393
- uses: Nef10/lcov-reporter-action@797ec1c1e78e3a9a7890c1a104d58b9e05fcef76 # v0.3.0

0 commit comments

Comments
 (0)