-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub Actions workflows to use latest action versions
- Loading branch information
1 parent
2459ae7
commit 334dc55
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -177,7 +177,7 @@ jobs: | |
git_user_signingkey: true | ||
git_commit_gpgsign: true | ||
|
||
- uses: tibdex/github-app-token@v1 | ||
- uses: tibdex/github-app-token@v2 | ||
if: ${{ success() }} | ||
id: generate-token | ||
with: | ||
|
@@ -271,7 +271,7 @@ jobs: | |
env.COND_UPDATED_SOURCES == 'true' && | ||
env.COND_APPLY_FIXES_NEEDED == 'true' && | ||
!contains(github.event.head_commit.message, 'skip fix') | ||
uses: peter-evans/create-pull-request@v6 | ||
uses: peter-evans/create-pull-request@v7 | ||
with: | ||
token: ${{ steps.generate-token.outputs.token }} | ||
committer: fchastanet <[email protected]> | ||
|
@@ -340,7 +340,7 @@ jobs: | |
git_user_signingkey: true | ||
git_commit_gpgsign: true | ||
|
||
- uses: tibdex/github-app-token@v1 | ||
- uses: tibdex/github-app-token@v2 | ||
if: ${{ success() }} | ||
id: generate-token | ||
with: | ||
|
@@ -401,7 +401,7 @@ jobs: | |
exit "${status}" | ||
- name: Publish Test Report | ||
uses: mikepenz/action-junit-report@v4 | ||
uses: mikepenz/action-junit-report@v5 | ||
if: ${{ always() }} | ||
with: | ||
token: ${{ github.token }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,14 +30,14 @@ jobs: | |
git_user_signingkey: true | ||
git_commit_gpgsign: true | ||
|
||
- uses: tibdex/github-app-token@v1 | ||
- uses: tibdex/github-app-token@v2 | ||
id: generate-token | ||
with: | ||
app_id: ${{ secrets.APP_ID }} | ||
private_key: ${{ secrets.APP_PRIVATE_KEY }} | ||
|
||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v6 | ||
uses: peter-evans/create-pull-request@v7 | ||
with: | ||
token: ${{ steps.generate-token.outputs.token }} | ||
committer: fchastanet <[email protected]> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.