Update .github/workflows/view-cache.yaml

This commit is contained in:
Conor425 2024-11-23 16:02:59 +00:00
parent f39c87c3e1
commit 1ceb5060b0

View file

@ -5,7 +5,9 @@ name: View cache
jobs:
view-cache:
runs-on: ubuntu-latest
runs-on: docker
container:
image: ghcr.io/catthehacker/ubuntu:act-22.04
steps:
- uses: actions/checkout@v3
with: