From e1735994e965addd416b57c6c535ef0036eb26f1 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 20 Oct 2023 10:51:46 +0100 Subject: [PATCH] Use latest version of mirsg actions --- .github/workflows/checks.yml | 2 +- .github/workflows/molecule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e057905..226045a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -11,7 +11,7 @@ jobs: linting: runs-on: ubuntu-latest steps: - - uses: UCL-MIRSG/.github/actions/linting@v0.22.0 + - uses: UCL-MIRSG/.github/actions/linting@v0.23.0 with: ansible-roles-config: ./playbooks/roles/requirements.yml pre-commit-config: ./.pre-commit-config.yaml diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index b404943..1d0f25d 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -19,6 +19,6 @@ jobs: ANSIBLE_FORCE_COLOR: 1 steps: - name: Run `molecule test` - uses: UCL-MIRSG/.github/actions/molecule-test@v0.22.0 + uses: UCL-MIRSG/.github/actions/molecule-test@v0.23.0 with: scenario: ${{ matrix.molecule_scenario }}