Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Actions Runner v2.320.0 #989

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IMAGE_REPOSITORY ?= inloco/kube-actions
IMAGE_VERSION ?= $(shell git describe --dirty --broken --always)
IMAGE_VARIANT ?= -operator

AGENT_VERSION ?= 2.319.1
AGENT_VERSION ?= 2.320.0

# Default rule
all: manager
Expand Down
2 changes: 1 addition & 1 deletion runner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IMAGE_REPOSITORY ?= inloco/kube-actions
IMAGE_VERSION ?= $(shell git describe --dirty --broken --always)
IMAGE_VARIANT ?= -runner

RUNNER_VERSION ?= 2.319.1
RUNNER_VERSION ?= 2.320.0
UBUNTU_VERSION ?= jammy
UBUNTU_VERSION_NUMBER ?= 22

Expand Down