Skip to content

Commit 4b29bbc

Browse files
authored
Merge pull request #152 from topolvm/dependabot/github_actions/github-actions-update-cc67cfaebf
Bump actions/create-github-app-token from 1 to 2 in the github-actions-update group
2 parents 199e7cc + ef8fd3e commit 4b29bbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-chart-update-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
sed -r -i "s/appVersion: [[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+/appVersion: ${{ inputs.app-version }}/g" charts/pie/Chart.yaml
3939
sed -r -i "s/ghcr.io\/topolvm\/pie:[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+/ghcr.io\/topolvm\/pie:${{ inputs.app-version }}/g" charts/pie/Chart.yaml
4040
- name: Issue an access token
41-
uses: actions/create-github-app-token@v1
41+
uses: actions/create-github-app-token@v2
4242
id: app-token
4343
with:
4444
app-id: ${{ secrets.PROJECT_APP_ID }}

.github/workflows/project-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Issue an access 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: ${{ secrets.PROJECT_APP_ID }}

0 commit comments

Comments
 (0)