diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83daca7..09d40e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 # global.json pins the exact SDK version this repo builds with. - name: Setup .NET diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 94b60e0..0ffd925 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup .NET uses: actions/setup-dotnet@v4