From 28632fadc1c20f7600419ffc1aa1fe8e3c6a73b5 Mon Sep 17 00:00:00 2001 From: lubiana Date: Tue, 10 Dec 2024 20:18:48 +0000 Subject: [PATCH] Update .forgejo/workflows/demo.yml --- .forgejo/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 911c79b..cc507e4 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Hello world action step id: hello - uses: https://git.hannover.ccc.de/lubiana/hello-world-podman@v2 + uses: https://git.hannover.ccc.de/lubiana/hello-world-podman@v3 with: who-to-greet: 'Mona the Octocat' # Use the output from the `hello` step