Skip to content

Commit

Permalink
Update GitHub Actions workflows to use latest action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fchastanet committed Nov 20, 2024
1 parent 2459ae7 commit 334dc55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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]>
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/precommit-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down
Binary file modified src/Env/activityDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 334dc55

Please sign in to comment.