Skip to content

Commit bc740ae

Browse files
dependabot[bot]yhabib
authored andcommitted
build(deps): bump actions/create-github-app-token from 1 to 2
Bumps [actions/create-github-app-token](https://github.com/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: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 074b477 commit bc740ae

8 files changed

+8
-8
lines changed

Diff for: .github/workflows/update-aggregator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Create GitHub 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_AUTOMATION_BOT_PUBLIC_APP_ID }}

Diff for: .github/workflows/update-didc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Create GitHub App Token
14-
uses: actions/create-github-app-token@v1
14+
uses: actions/create-github-app-token@v2
1515
id: app-token
1616
with:
1717
app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }}

Diff for: .github/workflows/update-ic-cargo-deps.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Create GitHub App Token
13-
uses: actions/create-github-app-token@v1
13+
uses: actions/create-github-app-token@v2
1414
id: app-token
1515
with:
1616
app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }}

Diff for: .github/workflows/update-next.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Create GitHub App Token
20-
uses: actions/create-github-app-token@v1
20+
uses: actions/create-github-app-token@v2
2121
id: app-token
2222
with:
2323
app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }}

Diff for: .github/workflows/update-proposals.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Create GitHub 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_AUTOMATION_BOT_PUBLIC_APP_ID }}

Diff for: .github/workflows/update-rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Create GitHub 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_AUTOMATION_BOT_PUBLIC_APP_ID }}

Diff for: .github/workflows/update-sns-aggregator-response.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Create GitHub 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_AUTOMATION_BOT_PUBLIC_APP_ID }}

Diff for: .github/workflows/update-snsdemo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Create GitHub 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_AUTOMATION_BOT_PUBLIC_APP_ID }}

0 commit comments

Comments
 (0)