Skip to content

Commit 5a2cf81

Browse files
fix(deps): update github actions runner to 2.333.1
1 parent b4a1016 commit 5a2cf81

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.333.0
1+
ARG RUNNER_VERSION=2.333.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.333.0
8+
- RUNNER_VERSION=2.333.1
99
- ARGO_VERSION=3.6.4
1010
- KARGO_VERSION=1.9.2
1111
- PACK_VERSION=0.36.4

0 commit comments

Comments
 (0)