diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0900e8bbe5..f4e3c2dca5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.0.2 with: clean: 'false' fetch-depth: '0' @@ -120,7 +120,7 @@ jobs: run: | dotnet nuke Pack --skip - name: 🐿 Publish Coverage - uses: codecov/codecov-action@v3.0.0 + uses: codecov/codecov-action@v3.1.0 with: name: 'actions-${{ matrix.os }}' - name: 🏺 Publish logs