diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6a9569..ea258d4 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@v4 + uses: actions/checkout@v5 - name: Restore tools run: | dotnet tool restore @@ -131,7 +131,7 @@ jobs: 8.0.* 9.0.* - name: Git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Restore tools run: | dotnet tool restore @@ -186,7 +186,7 @@ jobs: 8.0.* 9.0.* - name: Git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 - name: Restore tools diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d3d4db6..429a933 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: 8.0.* 9.0.* - name: Git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: diff --git a/.github/workflows/deps-review.yml b/.github/workflows/deps-review.yml index b9d6d20..8461b45 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@v4 + uses: actions/checkout@v5 - name: 'Dependency Review' uses: actions/dependency-review-action@v4