From fd15ed45ee3e7bbbe7d6073232b3986711c5295a Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 5 Oct 2023 01:45:20 +0000 Subject: [PATCH] Update .gitea/workflows/UndeployPR.yaml --- .gitea/workflows/UndeployPR.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/UndeployPR.yaml b/.gitea/workflows/UndeployPR.yaml index fb12f4e..70f40f2 100644 --- a/.gitea/workflows/UndeployPR.yaml +++ b/.gitea/workflows/UndeployPR.yaml @@ -6,7 +6,8 @@ on: jobs: Deploy PR: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest + container: catthehacker/ubuntu:act-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4