1 Commits

Author SHA1 Message Date
ad46d8bc98 Update crazy-max/ghaction-import-gpg action to v7 2026-03-02 12:31:20 +00:00

View File

@@ -16,7 +16,7 @@ jobs:
steps:
# 1) Code auschecken
- uses: actions/checkout@v6
- uses: actions/checkout@v4
# 2) Helm installieren
- uses: azure/setup-helm@v4.3.0
@@ -25,7 +25,7 @@ jobs:
id: install
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
uses: crazy-max/ghaction-import-gpg@v7
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}