Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#205 from eclipse-tractusx/dependa…
Browse files Browse the repository at this point in the history
…bot/github_actions/develop/crazy-max/ghaction-import-gpg-5

chore(deps): bump crazy-max/ghaction-import-gpg from 1 to 5
  • Loading branch information
paullatzelsperger authored Apr 13, 2023
2 parents e7807e8 + fbd33c8 commit a73cfa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
distribution: 'temurin'
cache: 'gradle'
- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v1
uses: crazy-max/ghaction-import-gpg@v5
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cache: 'gradle'

- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v1
uses: crazy-max/ghaction-import-gpg@v5
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit a73cfa7

Please sign in to comment.