diff --git a/.github/workflows/release-please-gha.yml b/.github/workflows/release-please-gha.yml index c58ac27d15e..28f1d59d189 100644 --- a/.github/workflows/release-please-gha.yml +++ b/.github/workflows/release-please-gha.yml @@ -19,7 +19,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate GitHub App token id: app-token diff --git a/.github/workflows/validatePullRequest.yml b/.github/workflows/validatePullRequest.yml index a880f153be6..774fc56dd70 100644 --- a/.github/workflows/validatePullRequest.yml +++ b/.github/workflows/validatePullRequest.yml @@ -19,7 +19,7 @@ jobs: solutionName: Microsoft.Graph.Beta.sln projectName: src/Microsoft.Graph/Microsoft.Graph.Beta.csproj steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5 - name: Setup .NET uses: actions/setup-dotnet@v4.3.1 with: @@ -49,7 +49,7 @@ jobs: language: [ 'csharp' ] steps: - name: Checkout repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5 - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: