diff --git a/.github/workflows/PublishPSModuleToGallery.yaml b/.github/workflows/PublishPSModuleToGallery.yaml index 594395a..01f6799 100644 --- a/.github/workflows/PublishPSModuleToGallery.yaml +++ b/.github/workflows/PublishPSModuleToGallery.yaml @@ -29,7 +29,7 @@ jobs: environment: ${{ github.event_name == 'release' && 'prod' || (github.event_name == 'workflow_dispatch' && github.event.inputs.GHDeploymentEnv || 'dev') }} steps: - name: 🌿 Checkout repository (ref '${{ github.ref_name }}') - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Ensure given PS Gallery is registered ('${{ vars.PSGALLERY_URI }}') run: |