Skip to content

Commit

Permalink
chore(release): bump version to v2.7.18 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 4, 2024
1 parent 561a1ca commit 3de0382
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.18 (2024-05-04)

### 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.5.0 to 9.6.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.5.0...v9.6.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> ([`9fe82c7`](https://github.com/gofrolist/molecule-action/commit/9fe82c71ee4f051c2999a2422a1dd41c99ff5a0b))


## v2.7.17 (2024-04-27)

### Chore

* chore(release): bump version to v2.7.17 [skip ci] ([`2a6c9fc`](https://github.com/gofrolist/molecule-action/commit/2a6c9fcb9829488226c70c8e8f7ddcd3b170bcdb))

### Fix

* fix(deps): bump actions/checkout from 4.1.3 to 4.1.4
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.17
image: docker://gofrolist/molecule:v2.7.18
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.17"
version = "2.7.18"
description = "GitHub action that allows you to run Molecule to test Ansible role."
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit 3de0382

Please sign in to comment.