diff --git a/.github/workflows/expectations.yml b/.github/workflows/expectations.yml index 13ac9c2..809ba8d 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@v3 + uses: actions/checkout@v4 - 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 966a597..065df83 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@v3 + - uses: actions/checkout@v4 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 0b42872..a033536 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@v3 + uses: actions/checkout@v4 - 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@v3 + uses: actions/checkout@v4 - name: Run PSRule analysis uses: microsoft/ps-rule@v2.9.0 with: