diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b25f71..97f9910 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-22.04 container: mcr.microsoft.com/powershell:${{ matrix.version }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Pester Module run: | @@ -76,7 +76,7 @@ jobs: os: [windows-2025, windows-2022] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Remove old Pester run: | @@ -118,7 +118,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index 63f9f2c..974b3a7 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -18,7 +18,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: PowerShell Module Cache uses: potatoqualitee/psmodulecache@v6.2.1 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7a08de0..6b64da3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: steps: - run: echo "${{ github.event.release.tag_name }}" - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: PowerShell Module Cache uses: potatoqualitee/psmodulecache@v6.2.1