diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f37f6d1..42bb370 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: Write-Host "$(pwsh --version) is installed at $PSHOME" Write-Host "Active .NET SDK: $(dotnet --version)" - name: Git checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Restore tools run: dotnet tool restore - name: Restore packages @@ -124,7 +124,7 @@ jobs: 8.0.* 9.0.* - name: Git checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Restore tools run: dotnet tool restore - name: InspectCode @@ -178,7 +178,7 @@ jobs: 8.0.* 9.0.* - name: Git checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 2 - name: Restore tools diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 96260f3..a3765c7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,7 +29,7 @@ jobs: 8.0.* 9.0.* - name: Git checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Initialize CodeQL uses: github/codeql-action/init@v4 with: diff --git a/.github/workflows/deps-review.yml b/.github/workflows/deps-review.yml index 8461b45..ae5ae59 100644 --- a/.github/workflows/deps-review.yml +++ b/.github/workflows/deps-review.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 'Dependency Review' uses: actions/dependency-review-action@v4