Skip to content

Commit 78d0eea

Browse files
[MNT] Bump the github-actions group across 1 directory with 2 updates (#79)
Bumps the github-actions group with 2 updates in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `tj-actions/changed-files` from 45 to 46 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v45...v46) Updates `actions/create-github-app-token` from 1 to 2 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c850af9 commit 78d0eea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_precommit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: "3.10"
2525

26-
- uses: tj-actions/changed-files@v45
26+
- uses: tj-actions/changed-files@v46
2727
id: changed-files
2828

2929
- name: List changed files

.github/workflows/precommit_autoupdate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: browniebroke/pre-commit-autoupdate-action@v1
2121

2222
- if: always()
23-
uses: actions/create-github-app-token@v1
23+
uses: actions/create-github-app-token@v2
2424
id: app-token
2525
with:
2626
app-id: ${{ vars.PR_APP_ID }}

0 commit comments

Comments
 (0)