Skip to content

Commit 097d815

Browse files
committed
fix(deps): upgrade Actions runner to 2.332.0 (deprecated 2.321.0)
Made-with: Cursor
1 parent b983641 commit 097d815

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

Containerfile

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

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ registry: ghcr.io/deerhide/python-github-runner
101101
build:
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

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.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

0 commit comments

Comments
 (0)