From 79b60ac5acef116d291dc5e8cd9040f231aff38b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:04:27 +0000 Subject: [PATCH] Bump cicirello/pyaction from 4.27.0 to 4.28.0 Bumps [cicirello/pyaction](https://github.com/cicirello/pyaction) from 4.27.0 to 4.28.0. - [Release notes](https://github.com/cicirello/pyaction/releases) - [Changelog](https://github.com/cicirello/pyaction/blob/master/CHANGELOG.md) - [Commits](https://github.com/cicirello/pyaction/compare/v4.27.0...v4.28.0) --- updated-dependencies: - dependency-name: cicirello/pyaction dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 828924c..21b0042 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Copyright (c) 2020-2023 Vincent A. Cicirello # https://www.cicirello.org/ # Licensed under the MIT License -FROM ghcr.io/cicirello/pyaction:4.27.0 +FROM ghcr.io/cicirello/pyaction:4.28.0 COPY src / ENTRYPOINT ["/entrypoint.py"]