Skip to content

Commit

Permalink
Update dependency actions/runner to v2.321.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent ed0bb36 commit 4639d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG RUNNER_VERSION=2.320.0
ARG RUNNER_VERSION=2.321.0

# extends https://github.com/actions/runner/blob/main/images/Dockerfile
FROM ghcr.io/actions/actions-runner:${RUNNER_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu20
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-focal@sha256:939d4408b41d8cca7d74

ARG TARGETOS
ARG TARGETARCH
ARG RUNNER_VERSION=2.320.0
ARG RUNNER_VERSION=2.321.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.3.2
ARG DOCKER_VERSION=24.0.6

Expand Down

0 comments on commit 4639d2e

Please sign in to comment.