Skip to content

Commit

Permalink
Bump cicirello/pyaction from 4.30.0 to 4.31.0 (#257)
Browse files Browse the repository at this point in the history
* Bump cicirello/pyaction from 4.30.0 to 4.31.0

Bumps [cicirello/pyaction](https://github.com/cicirello/pyaction) from 4.30.0 to 4.31.0.
- [Release notes](https://github.com/cicirello/pyaction/releases)
- [Changelog](https://github.com/cicirello/pyaction/blob/master/CHANGELOG.md)
- [Commits](cicirello/pyaction@v4.30.0...v4.31.0)

---
updated-dependencies:
- dependency-name: cicirello/pyaction
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update CHANGELOG.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vincent A. Cicirello <[email protected]>
  • Loading branch information
dependabot[bot] and cicirello authored Jun 10, 2024
1 parent bcf4a76 commit 7c01edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-05-20
## [Unreleased] - 2024-06-10

### Added

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

### Dependencies
* Bump cicirello/pyaction from 4.29.0 to 4.30.0
* Bump cicirello/pyaction from 4.29.0 to 4.31.0

### CI/CD

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Licensed under the MIT License

# The base image is pyaction, which is python slim, plus the GitHub CLI (gh).
FROM ghcr.io/cicirello/pyaction:4.30.0
FROM ghcr.io/cicirello/pyaction:4.31.0

# Copy the GraphQl queries and python source into the container.
COPY src /
Expand Down

0 comments on commit 7c01edd

Please sign in to comment.