Skip to content

Commit

Permalink
chore(release): bump version to v2.7.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 20, 2024
1 parent c12a9d5 commit 412678e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,32 @@



## v2.7.3 (2024-01-20)

### Fix

* fix(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...

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


## v2.7.2 (2024-01-18)

### Chore

* chore(release): bump version to v2.7.2 [skip ci] ([`6536bf8`](https://github.com/gofrolist/molecule-action/commit/6536bf8b2859b0c9822ee76f891202bbcceae900))

### Fix

* fix: point molecule_working_dir to github.repository (#311) ([`752d8df`](https://github.com/gofrolist/molecule-action/commit/752d8df3eee74378f34376fefb6a79b1358d6be9))
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.2
image: docker://gofrolist/molecule:v2.7.3
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.2"
version = "2.7.3"
description = "GitHub action that allows you to run Molecule to test Ansible role."
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit 412678e

Please sign in to comment.