diff --git a/.github/workflows/powershell.yml b/.github/workflows/powershell.yml index 4a3544e..8ebdaec 100644 --- a/.github/workflows/powershell.yml +++ b/.github/workflows/powershell.yml @@ -27,7 +27,7 @@ jobs: name: PSScriptAnalyzer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run PSScriptAnalyzer uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 8115cbb..bc11210 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -14,7 +14,7 @@ jobs: Version: ${{ steps.gitversion.outputs.MajorMinorPatch }} CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 #fetch-depth is needed for GitVersion #Install and calculate the new version with GitVersion @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout the code from this branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.ref }}