Merge pull request 'chore(deps): update actions/checkout action to v4' (#6) from renovate/actions-checkout-4.x into main
All checks were successful
test / Linting (push) Successful in 8s
test / Molecule tests (default, debian11) (push) Successful in 29s
test / Molecule tests (default, debian12) (push) Successful in 30s
test / Molecule tests (default, ubuntu2004) (push) Successful in 30s
test / Molecule tests (default, ubuntu2204) (push) Successful in 31s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 29s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 34s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 30s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 36s

Reviewed-on: #6
This commit is contained in:
Bertrand Lanson 2024-01-29 17:23:46 +00:00
commit bb92e47db8
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ jobs:
password: ${{ secrets.ACTIONS_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Ansible lint"
run: ansible-lint --force-color
@ -42,7 +42,7 @@ jobs:
ANSIBLE_PYTHON_INTERPRETER: /usr/bin/python3
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Molecule test"
run: molecule test -s ${{ matrix.scenario }}

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Publish
uses: ednxzu/galaxy-import-role@v1
with: