1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-17 05:25:54 +02:00

build(deps): bump crazy-max/ghaction-import-gpg from 3.2.0 to 4 (#200)

Co-authored-by: Divlo <contact@divlo.fr>
This commit is contained in:
dependabot[bot] 2021-09-06 16:37:10 +02:00 committed by GitHub
parent dd582652ab
commit b692dac926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,11 +116,11 @@ jobs:
persist-credentials: false
- name: 'Import GPG key'
uses: 'crazy-max/ghaction-import-gpg@v3.2.0'
uses: 'crazy-max/ghaction-import-gpg@v4'
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
git-user-signingkey: true
git-commit-gpgsign: true
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
git_user_signingkey: true
git_commit_gpgsign: true
- name: 'Use Node.js'
uses: 'actions/setup-node@v2.4.0'