diff --git a/.github/workflows/expectations.yml b/.github/workflows/expectations.yml index 809ba8d..1541821 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@v4 + uses: actions/checkout@v5 - 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 00d35e8..18ec5bd 100644 --- a/.github/workflows/publish.site.yml +++ b/.github/workflows/publish.site.yml @@ -21,7 +21,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 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 a033536..6d84260 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@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - name: Run PSRule analysis uses: microsoft/ps-rule@v2.9.0 with: