diff --git a/.gitea/workflows/pr-ansible-config-deployment.yaml b/.gitea/workflows/pr-ansible-config-deployment.yaml index ae62c303..f3688723 100644 --- a/.gitea/workflows/pr-ansible-config-deployment.yaml +++ b/.gitea/workflows/pr-ansible-config-deployment.yaml @@ -68,9 +68,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Fetch base branch - run: | - git fetch origin ${{ github.event.pull_request.base.ref }} + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: 3.12 - name: Cache Ansible Galaxy Collections uses: actions/cache@v3 with: @@ -153,6 +154,10 @@ jobs: uses: actions/checkout@v4 with: ref: main + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: 3.12 - name: Cache Vault install id: cache-vault uses: actions/cache@v4 @@ -162,7 +167,7 @@ jobs: - name: Install Ansible uses: alex-oleshkevich/setup-ansible@v1.0.1 with: - version: "11.0.0" + version: "11.4.0" - name: Install Vault uses: cpanato/vault-installer@main - name: Install hvac