diff --git a/.github/workflows/set-timestamp.yaml b/.github/workflows/set-timestamp.yaml index 6cfe1008..52bbdd00 100644 --- a/.github/workflows/set-timestamp.yaml +++ b/.github/workflows/set-timestamp.yaml @@ -10,7 +10,9 @@ name: Set lastCheckedRecentChanges jobs: set-timestamp: - runs-on: ubuntu-latest + runs-on: docker + container: + image: ghcr.io/catthehacker/ubuntu:act-22.04 steps: - uses: actions/checkout@v3 with: