Skip to content

Commit d74c1fe

Browse files
Bump cicirello/pyaction from 3.14.0-gh-2.81.0 to 3.14.0-gh-2.83.1 (#178)
* Bump cicirello/pyaction from 3.14.0-gh-2.81.0 to 3.14.0-gh-2.83.1 Bumps [cicirello/pyaction](https://github.com/cicirello/pyaction) from 3.14.0-gh-2.81.0 to 3.14.0-gh-2.83.1. - [Release notes](https://github.com/cicirello/pyaction/releases) - [Changelog](https://github.com/cicirello/pyaction/blob/master/CHANGELOG.md) - [Commits](https://github.com/cicirello/pyaction/commits) --- updated-dependencies: - dependency-name: cicirello/pyaction dependency-version: 3.14.0-gh-2.83.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update Dockerfile Signed-off-by: Vincent A. Cicirello <cicirello@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: Vincent A. Cicirello <cicirello@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Vincent A. Cicirello <cicirello@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vincent A. Cicirello <cicirello@users.noreply.github.com>
1 parent c74db04 commit d74c1fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased] - 2025-10-09
7+
## [Unreleased] - 2025-12-08
88

99
### Added
1010

@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
### Fixed
1818

1919
### Dependencies
20-
* Bump `cicirello/pyaction` to `3.14.0-gh-2.81.0`
20+
* Bump `cicirello/pyaction` to `3.14.1-gh-2.83.1`
2121
* Bump Python to 3.14 in the action's container
2222
* Bump minimum supported Python version to 3.10 for CLI-mode
2323

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) 2020-2025 Vincent A. Cicirello
22
# https://www.cicirello.org/
33
# Licensed under the MIT License
4-
FROM ghcr.io/cicirello/pyaction:3.14.0-gh-2.81.0
4+
FROM ghcr.io/cicirello/pyaction:3.14.1-gh-2.83.1
55
COPY src /
66
ENTRYPOINT ["/entrypoint.py"]

0 commit comments

Comments
 (0)