From ef1aec29315e51007589ade91abbbf665c454745 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Apr 2022 15:29:16 +0000 Subject: [PATCH] Update github actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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