From a2c6992b8b7b7a2193927c8a530115b27eb03d90 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 31 Aug 2023 14:28:44 +0200 Subject: [PATCH] ci(tools): update actionhippie/ansible-doctor action to v2 --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 037538f..1a30dd6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,7 @@ jobs: token: ${{ secrets.BOT_ACCESS_TOKEN }} - name: Generate readme - uses: actionhippie/ansible-doctor@v1 + uses: actionhippie/ansible-doctor@v2 with: force: true verbose: true