From cd1a00b58ed23e9b33e8817ee01f53ed0d668c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 19:32:50 +0000 Subject: [PATCH] Bump cicirello/pyaction from 3.13.5-gh-2.75.1 to 3.13.5-gh-2.76.1 Bumps [cicirello/pyaction](https://github.com/cicirello/pyaction) from 3.13.5-gh-2.75.1 to 3.13.5-gh-2.76.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.13.5-gh-2.76.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab707af..676d3cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Copyright (c) 2020-2025 Vincent A. Cicirello # https://www.cicirello.org/ # Licensed under the MIT License -FROM ghcr.io/cicirello/pyaction:3.13.5-gh-2.75.1 +FROM ghcr.io/cicirello/pyaction:3.13.5-gh-2.76.1 COPY src / ENTRYPOINT ["/entrypoint.py"]