Skip to content

Commit

Permalink
chore(release): bump version to v2.7.7 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 17, 2024
1 parent 4f4167f commit b7889ad
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,33 @@



## v2.7.7 (2024-02-17)

### Fix

* fix(deps): bump python-semantic-release/python-semantic-release

Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.0.3 to 9.1.0.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.0.3...v9.1.0)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com> ([`e63ce79`](https://github.com/gofrolist/molecule-action/commit/e63ce79be95b264125d58c2594c3c067fbd78377))


## v2.7.6 (2024-02-10)

### Chore

* chore(release): bump version to v2.7.6 [skip ci] ([`3e1b687`](https://github.com/gofrolist/molecule-action/commit/3e1b687f1c4a6c7e4989dc00b89e4a16731af47c))

### Fix

* fix(deps): bump molecule from 6.0.3 to 24.2.0
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ inputs:

runs:
using: docker
image: docker://gofrolist/molecule:v2.7.6
image: docker://gofrolist/molecule:v2.7.7
env:
ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async"
ANSIBLE_FORCE_COLOR: "1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "molecule-action"
version = "2.7.6"
version = "2.7.7"
description = "GitHub action that allows you to run Molecule to test Ansible role."
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit b7889ad

Please sign in to comment.