diff --git a/.github/workflows/expectations.yml b/.github/workflows/expectations.yml index 1541821..267d29a 100644 --- a/.github/workflows/expectations.yml +++ b/.github/workflows/expectations.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout Repository id: checkout_repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Comment on Community PRs uses: MicrosoftDocs/PowerShell-Docs/.github/actions/commenting/expectations/v1@main diff --git a/.github/workflows/publish.site.yml b/.github/workflows/publish.site.yml index 5cbc568..7bd338f 100644 --- a/.github/workflows/publish.site.yml +++ b/.github/workflows/publish.site.yml @@ -21,7 +21,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Pages diff --git a/.github/workflows/rules.github.yaml b/.github/workflows/rules.github.yaml index 6d84260..0b5b4c1 100644 --- a/.github/workflows/rules.github.yaml +++ b/.github/workflows/rules.github.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Analyze repository uses: microsoft/ps-rule@v2.9.0 with: @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run PSRule analysis uses: microsoft/ps-rule@v2.9.0 with: