From cfb3710b60616ee380ca5c5fbbee723c992af55b Mon Sep 17 00:00:00 2001 From: Fabien Tschanz Date: Sat, 16 May 2026 00:05:29 +0200 Subject: [PATCH] Update GitHub Action dependencies --- .github/workflows/Build and Test.yml | 2 +- .github/workflows/PublishToGallery.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build and Test.yml b/.github/workflows/Build and Test.yml index 5c1d7ac..a2e04a7 100644 --- a/.github/workflows/Build and Test.yml +++ b/.github/workflows/Build and Test.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Modules shell: pwsh diff --git a/.github/workflows/PublishToGallery.yml b/.github/workflows/PublishToGallery.yml index c65eac4..93b9dc3 100644 --- a/.github/workflows/PublishToGallery.yml +++ b/.github/workflows/PublishToGallery.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Prepare ReverseDSC Module for Publishing shell: pwsh