diff --git a/.forgejo/workflows/CD.yml b/.forgejo/workflows/CD.yml index ab1cf5e..0b64961 100644 --- a/.forgejo/workflows/CD.yml +++ b/.forgejo/workflows/CD.yml @@ -9,7 +9,7 @@ jobs: if: github.event.pull_request.merged == true runs-on: docker container: - image: mafyuh/ansible-bws:v1.0.7 + image: mafyuh/ansible-bws:v1.0.8 steps: - name: Checkout repository uses: actions/checkout@v4