From 90d76ef2b6093e29e4cd80d25aa18bad88639481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:54:42 +0000 Subject: [PATCH 1/3] Bump cicirello/pyaction from 4.28.0 to 4.29.0 Bumps [cicirello/pyaction](https://github.com/cicirello/pyaction) from 4.28.0 to 4.29.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.28.0...v4.29.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 4ee5ff6f..3b2cb21e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Copyright (c) 2021-2023 Vincent A. Cicirello # https://www.cicirello.org/ # Licensed under the MIT License -FROM ghcr.io/cicirello/pyaction:4.28.0 +FROM ghcr.io/cicirello/pyaction:4.29.0 COPY generatesitemap.py /generatesitemap.py ENTRYPOINT ["/generatesitemap.py"] From 28a34b10e4aaf6df53e5306d9d7a922a2c16f95d Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Thu, 7 Mar 2024 08:00:13 -0500 Subject: [PATCH 2/3] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b2cb21e..58b15625 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Vincent A. Cicirello +# Copyright (c) 2021-2024 Vincent A. Cicirello # https://www.cicirello.org/ # Licensed under the MIT License FROM ghcr.io/cicirello/pyaction:4.29.0 From c54e66eb1bc229df42b35e56a8bc4d549e27646d Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Thu, 7 Mar 2024 08:01:01 -0500 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 405215b5..0821a21b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - 2024-02-23 +## [Unreleased] - 2024-03-07 ### Added @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### CI/CD ### Dependencies -* Bump cicirello/pyaction from 4.26.0 to 4.28.0 +* Bump cicirello/pyaction from 4.26.0 to 4.29.0 ## [1.10.0] - 2023-11-15