From d7f16663c5d9246a655addc97eb1e10ee9d03c39 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 31 Aug 2023 14:31:32 +0200 Subject: [PATCH] ci: use correct version of ansible-later --- .github/workflows/general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index f9a8540..8096269 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3 - name: Role linting - uses: actionhippie/ansible-later@v2 + uses: actionhippie/ansible-later@v1 testing: runs-on: ubuntu-latest