From 6c8e219ec91a35983777d3970e49f960ef4ac232 Mon Sep 17 00:00:00 2001 From: lubiana Date: Tue, 10 Dec 2024 20:22:43 +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 cc507e4..7e8a393 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@v3 + uses: https://git.hannover.ccc.de/lubiana/hello-world-podman@v4 with: who-to-greet: 'Mona the Octocat' # Use the output from the `hello` step