From 42ccef2c3b77d8fe6dceb4d186dad0c43dfbfbd4 Mon Sep 17 00:00:00 2001 From: lubiana Date: Wed, 11 Dec 2024 13:25:14 +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 6e276da..c6a8fa0 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -10,7 +10,7 @@ jobs: run: podman run -it --rm alpine:edge echo hello world - name: Hello world action step id: hello - uses: https://git.hannover.ccc.de/lubiana/hello-world-podman@v4 + uses: https://git.php.fail/lubiana/hello-world-podman@v3 with: who-to-greet: 'Mona the Octocat' # Use the output from the `hello` step