diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index f1d4d70..3dd6223 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -5,7 +5,7 @@ name: Semantic Release on: push: branches: - - main + - main jobs: semanticrelease: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 85c5722..1260488 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - ubuntu22 steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Python 3 uses: actions/setup-python@v4 @@ -37,4 +37,3 @@ jobs: molecule test env: MOLECULE_DISTRO: ${{ matrix.distro }} - diff --git a/requirements.txt b/requirements.txt index c4f0fb0..a186919 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,11 @@ # At least Ansible 2.12 is needed due to used features like 'argument_specs' ansible>=2.12 -# Required for testing -ansible-lint[yamllint] -molecule[docker, lint] +## ansible/yaml lint +ansible-lint~=6.22.1 +yamllint~=1.33.0 + +## molecule tests +molecule~=6.0.3 +molecule-plugins~=23.5.0 +docker~=7.0.0