Skip to content

Commit 0e54027

Browse files
Update dependency actions/runner to v2.322.0 (#635)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02c1b53 commit 0e54027

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUNNER_VERSION=2.321.0
1+
ARG RUNNER_VERSION=2.322.0
22

33
# extends https://github.com/actions/runner/blob/main/images/Dockerfile
44
FROM ghcr.io/actions/actions-runner:${RUNNER_VERSION}

Dockerfile.ubuntu20

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-focal@sha256:939d4408b41d8cca7d74
22

33
ARG TARGETOS
44
ARG TARGETARCH
5-
ARG RUNNER_VERSION=2.321.0
5+
ARG RUNNER_VERSION=2.322.0
66
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.3.2
77
ARG DOCKER_VERSION=24.0.6
88

0 commit comments

Comments
 (0)