Skip to content

Commit 7d589b0

Browse files
dependabot[bot]chrisholder
authored andcommitted
[MNT] Bump the github-actions group with 2 updates (#2733)
Bumps the github-actions group with 2 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files). 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) Updates `tj-actions/changed-files` from 46.0.3 to 46.0.4 - [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@v46.0.3...v46.0.4) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: tj-actions/changed-files dependency-version: 46.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ebcd632 commit 7d589b0

8 files changed

+9
-9
lines changed

.github/workflows/issue_assigned.yml

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

1515
steps:
1616
- name: Create app token
17-
uses: actions/create-github-app-token@v1
17+
uses: actions/create-github-app-token@v2
1818
id: app-token
1919
with:
2020
app-id: ${{ vars.PR_APP_ID }}

.github/workflows/issue_comment_edited.yml

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

1616
steps:
1717
- name: Create app token
18-
uses: actions/create-github-app-token@v1
18+
uses: actions/create-github-app-token@v2
1919
id: app-token
2020
with:
2121
app-id: ${{ vars.PR_APP_ID }}

.github/workflows/issue_comment_posted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: pip install -Uq PyGithub
2424

2525
- name: Create app token
26-
uses: actions/create-github-app-token@v1
26+
uses: actions/create-github-app-token@v2
2727
id: app-token
2828
with:
2929
app-id: ${{ vars.PR_APP_ID }}

.github/workflows/periodic_github_maintenace.yml

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

1717
steps:
1818
- name: Create app token
19-
uses: actions/create-github-app-token@v1
19+
uses: actions/create-github-app-token@v2
2020
id: app-token
2121
with:
2222
app-id: ${{ vars.PR_APP_ID }}

.github/workflows/pr_opened.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: pip install -Uq PyGithub
3030

3131
- name: Create app token
32-
uses: actions/create-github-app-token@v1
32+
uses: actions/create-github-app-token@v2
3333
id: app-token
3434
with:
3535
app-id: ${{ vars.PR_APP_ID }}

.github/workflows/pr_precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Create app token
21-
uses: actions/create-github-app-token@v1
21+
uses: actions/create-github-app-token@v2
2222
id: app-token
2323
with:
2424
app-id: ${{ vars.PR_APP_ID }}
@@ -37,7 +37,7 @@ jobs:
3737
python-version: "3.10"
3838

3939
- name: Get changed files
40-
uses: tj-actions/[email protected].3
40+
uses: tj-actions/[email protected].4
4141
id: changed-files
4242

4343
- name: List changed files

.github/workflows/precommit_autoupdate.yml

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

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

.github/workflows/update_contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: generate
2626
run: npx all-contributors generate
2727

28-
- uses: actions/create-github-app-token@v1
28+
- uses: actions/create-github-app-token@v2
2929
id: app-token
3030
with:
3131
app-id: ${{ vars.PR_APP_ID }}

0 commit comments

Comments
 (0)