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

Commit

Permalink
Use latest version of mirsg actions
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Oct 20, 2023
1 parent b309ebc commit e173599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e173599

Please sign in to comment.