From a1669d191ef4e500fd7938a7faec89f581ee2fcb Mon Sep 17 00:00:00 2001
From: Felix Riehm <mail@felixriehm.de>
Date: Wed, 6 Mar 2024 09:58:16 +0100
Subject: [PATCH] Update main.yml

---
 .github/workflows/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1f67a51..cf87d5c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -23,11 +23,11 @@ jobs:
 
       - name: Bloxberg certifier
         id: bloxberg-certifier
-        uses: bloxberg-org/bloxberg-certify-github-action@1.0.0
+        uses: bloxberg-org/bloxberg-certify-github-action@v1.0.1
         with:
           authorName: Max Planck Digital Library
           researchTitle: ${{github.repository}} ${{github.ref_type}} ${{github.ref}} ${{github.sha}}
           
-      - name: Print Output
+      - name: Print certification
         id: output
         run: echo -e "\nYour git branch has been successfully certified by bloxberg. To verify it you can copy paste the following into a json file and verify it on certify.bloxberg.org:\n\n##########\n" && echo "${{ steps.bloxberg-certifier.outputs.certificateVerification }}" && echo -e "\n##########"
-- 
GitLab