diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index c1c315d..d63bcd2 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@v5 + uses: https://git.hannover.ccc.de/lubiana/hello-world-podman@v6 with: who-to-greet: 'Mona the Octocat' # Use the output from the `hello` step