diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fe5d9f..5736c3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: dotnet-version: ${{ env.DOTNET_VERSION }} - name: get the code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.7 - name: clean run: dotnet clean diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 479005f..ab55da8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: dotnet-version: ${{ env.DOTNET_VERSION }} - name: get the code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.7 - name: clean run: dotnet clean