Skip to content

Commit

Permalink
[#187609828] Update Github Action tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eifelmicha committed May 22, 2024
1 parent 6d9061d commit fe9e251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
container_supported: ${{ steps.get_min_ansible_container_version.outputs.result }}
steps:
- name: Check out the codebase
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Pull Lint image
run: docker pull -q ghcr.io/rheinwerk/molecule:lint
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
experimental: true

steps:
- uses: Rheinwerk/molecule@v1
- uses: Rheinwerk/molecule@v3
with:
distro: ${{ matrix.distro }}
ansible_scenario: ${{ matrix.ansible_scenario }}
Expand Down

0 comments on commit fe9e251

Please sign in to comment.