From d5824110d2961df8773e4fa8299ae4e3cb1c8e1f Mon Sep 17 00:00:00 2001 From: Paul Pan Date: Sun, 28 Apr 2024 00:03:48 +0800 Subject: [PATCH] chore: fix GitHub Actions --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 1ece1b0..20612ce 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Upgrade Podman - uses: gacts/install-podman@v1 + uses: gacts/install-podman@master # reference: https://github.com/containers/podman/discussions/17868 - name: Tar as root run: |