diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f02ea54cb..9af301078 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: working-directory: ./ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: ./ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }} @@ -101,7 +101,7 @@ jobs: name: Tox Checks runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install deps run: python -m pip install tox - name: Move to tox conf file and run tox @@ -116,7 +116,7 @@ jobs: run: working-directory: ./ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: ./ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }} @@ -142,7 +142,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # This task could be removed once the task below is confirmed working - name: Set up Galaxy auth @@ -205,7 +205,7 @@ jobs: # such as ansible-test in the symlink directory fails. Thus we need # to have the real path contain ansible_collections/paloaltonetworks/panos. - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ./ansible_collections/paloaltonetworks/panos @@ -241,7 +241,7 @@ jobs: run: poetry run make docs # This is here for right now because the action to deploy seems to assume - # (and not have a configuration option to) mirror the actions/checkout@v3 + # (and not have a configuration option to) mirror the actions/checkout@v4 # the with.path spec. - name: Move the repo to where the deploy action is looking for it run: |