Skip to content

Commit fb43425

Browse files
fix(deps): update github actions runner to 2.335.1
1 parent 76563be commit fb43425

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Containerfile

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

33
FROM ghcr.io/actions/actions-runner:${RUNNER_VERSION} AS base
44

manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ registry: ghcr.io/deerhide/python-github-runner
55
build:
66
format: oci
77
args:
8-
- RUNNER_VERSION=2.334.0
8+
- RUNNER_VERSION=2.335.1
99
- ARGO_VERSION=4.0.5
1010
- KARGO_VERSION=1.10.2
1111
- PACK_VERSION=0.40.3

0 commit comments

Comments
 (0)