diff --git a/.github/workflows/galaxy_publish.yml b/.github/workflows/galaxy_publish.yml index 9131723..dba89da 100644 --- a/.github/workflows/galaxy_publish.yml +++ b/.github/workflows/galaxy_publish.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Build id: build @@ -30,7 +30,7 @@ jobs: run: ansible-galaxy collection publish ${{ steps.build.outputs.collection_path }} --api-key ${{ secrets.ANSIBLE_GALAXY_TOKEN }} - name: Upload Artifact - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v7 with: name: ansible-dvls-collection path: ${{ steps.build.outputs.collection_path }} @@ -42,12 +42,12 @@ jobs: steps: - name: Check out ${{ github.repository }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # fetch all tags for the set version step - name: Check out Devolutions/actions - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: Devolutions/actions ref: v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98d25e0..c350ace 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: ansible/ansible_collections/devolutions/dvls