Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Bump molecule[ansible,docker,lint] from 3.6.1 to 4.0.3
Browse files Browse the repository at this point in the history
Bumps [molecule[ansible,docker,lint]](https://github.com/ansible-community/molecule) from 3.6.1 to 4.0.3.
- [Release notes](https://github.com/ansible-community/molecule/releases)
- [Commits](ansible/molecule@v3.6.1...v4.0.3)

---
updated-dependencies:
- dependency-name: molecule[ansible,docker,lint]
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and LeSuisse committed Nov 24, 2022
1 parent e095c55 commit 57d7355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Molecule_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
Expand All @@ -25,8 +25,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip3 install -r requirements-dev.txt
ansible-galaxy collection install community.docker
- name: Test with molecule
run: |
cd tests/
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
molecule[ansible,docker,lint]==3.6.1
molecule[ansible,docker,lint]==4.0.3

0 comments on commit 57d7355

Please sign in to comment.