diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index eebbae4..831d172 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -17,7 +17,7 @@ jobs: BUILD_VERSION: ${{ steps.set-version.outputs.BUILD_VERSION }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -41,7 +41,7 @@ jobs: mongodb-version: ['8.0'] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -72,7 +72,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0