Skip to content

Commit b4a1016

Browse files
fix(deps): update github actions runner to 2.333.0
1 parent 6445294 commit b4a1016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUNNER_VERSION=2.332.0
1+
ARG RUNNER_VERSION=2.333.0
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.332.0
8+
- RUNNER_VERSION=2.333.0
99
- ARGO_VERSION=3.6.4
1010
- KARGO_VERSION=1.9.2
1111
- PACK_VERSION=0.36.4

0 commit comments

Comments
 (0)