From eefbd6e3048ecc32db83dc541eb3d06e2226dbdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20B=C3=A9dard?= Date: Wed, 1 Apr 2026 12:17:20 -0400 Subject: [PATCH] ci: update GitHub Actions to latest versions --- .github/workflows/galaxy_publish.yml | 8 ++++---- .github/workflows/test.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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