diff --git a/e2e/harness/act.go b/e2e/harness/act.go index 10a62ad..70d6160 100644 --- a/e2e/harness/act.go +++ b/e2e/harness/act.go @@ -72,7 +72,7 @@ const actStartupPollInterval = 2 * time.Second // `docker run --rm node --version` reports >= actRunnerNodeMajorMin, // then record the resolved digest here // (`docker inspect --format '{{index .RepoDigests 0}}' `). -const actRunnerImage = "ghcr.io/catthehacker/ubuntu@sha256:2362bb12b0c61438d334b9ed3686809981796a864ab89d93b5ee657652774eb7" +const actRunnerImage = "ghcr.io/catthehacker/ubuntu@sha256:62d572b92f9f32d3427b6d220ad1f9dca9c7b6ffad37d295425037dbff78abaf" // actRunnerNodeMajorMin is the minimum Node major version the pinned image must // provide. checkout v7, github-script v9, and download-artifact v8 are Node 24