File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ Unreleased]
2+
3+ ### Bug Fixes
4+
5+ * ** deps:** upgrade Actions runner from 2.321.0 to 2.332.0 (v2.321.0 deprecated by GitHub)
6+
17## [ 1.0.3] ( https://github.com/DeerHide/python-github-runner/compare/v1.0.2...v1.0.3 ) (2026-02-19)
28
39
Original file line number Diff line number Diff line change 1- ARG RUNNER_VERSION=2.321 .0
1+ ARG RUNNER_VERSION=2.332 .0
22
33FROM ghcr.io/actions/actions-runner:${RUNNER_VERSION} AS base
44
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ registry: ghcr.io/deerhide/python-github-runner
101101build :
102102 format : oci
103103 args :
104- - RUNNER_VERSION=2.321 .0
104+ - RUNNER_VERSION=2.332 .0
105105 - ARGO_VERSION=3.6.4
106106 - KARGO_VERSION=1.9.2
107107 - PACK_VERSION=0.36.4
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ registry: ghcr.io/deerhide/python-github-runner
55build :
66 format : oci
77 args :
8- - RUNNER_VERSION=2.321 .0
8+ - RUNNER_VERSION=2.332 .0
99 - ARGO_VERSION=3.6.4
1010 - KARGO_VERSION=1.9.2
1111 - PACK_VERSION=0.36.4
You can’t perform that action at this time.
0 commit comments