Skip to content

Commit

Permalink
Bump third party actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Jan 31, 2024
1 parent 6f849e3 commit 696eafc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ jobs:
name: create-pull-request
path: create-pull-request-local
# Test
- uses: peter-evans/github-app-token@v1
- uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.CPR_AUTH_APP_ID }}
Expand Down Expand Up @@ -1015,7 +1015,7 @@ jobs:
path: create-pull-request-local
# Test
- name: Import GPG key
uses: peter-evans/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testv5-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ jobs:
name: create-pull-request
path: create-pull-request-local
# Test
- uses: peter-evans/github-app-token@v1
- uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.CPR_AUTH_APP_ID }}
Expand Down Expand Up @@ -964,7 +964,7 @@ jobs:
path: create-pull-request-local
# Test
- name: Import GPG key
uses: peter-evans/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit 696eafc

Please sign in to comment.