Skip to content

Commit

Permalink
Bump cicirello/pyaction from 4.28.0 to 4.29.0 (#121)
Browse files Browse the repository at this point in the history
* 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](cicirello/pyaction@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] <support@github.com>

* Update Dockerfile

* Update CHANGELOG.md

---------

Signed-off-by: dependabot[bot] <support@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>
  • Loading branch information
dependabot[bot] and cicirello authored Mar 7, 2024
1 parent 6b3d773 commit a84afd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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.28.0
FROM ghcr.io/cicirello/pyaction:4.29.0
COPY generatesitemap.py /generatesitemap.py
ENTRYPOINT ["/generatesitemap.py"]

0 comments on commit a84afd5

Please sign in to comment.