From 61452555f62b96b325e8ccde94db62dc63b3e0ee Mon Sep 17 00:00:00 2001 From: Astra Date: Wed, 18 Jun 2025 10:16:57 +0200 Subject: [PATCH 1/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2ff6f38..9a58b1d 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ runs: using: composite steps: - name: Run container steps - uses: frozen-tapestry/docker-run-action@v6 + uses: https://git.zio.sh/astra/docker-run-action@v6 with: image: quay.io/podman/stable:latest mount_ws: true From efce8b07677a79bc8b162ba4885c5959d08464b3 Mon Sep 17 00:00:00 2001 From: Astra Date: Wed, 18 Jun 2025 10:21:27 +0200 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9a58b1d..ce0ceaf 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ runs: using: composite steps: - name: Run container steps - uses: https://git.zio.sh/astra/docker-run-action@v6 + uses: https://git.zio.sh/astra/docker-run-action@bc0813212cba1c029615a08be520b15613988af3 with: image: quay.io/podman/stable:latest mount_ws: true