From d0abfb1c2a2642df68634c6d79ffd06d5855a7dd Mon Sep 17 00:00:00 2001 From: Anton Yakutovich Date: Sun, 9 Oct 2022 16:27:35 +0400 Subject: [PATCH] Bump actions in test.yml --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33b32a1ab..3f3e7e535 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -154,13 +154,13 @@ jobs: use_coverage: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 persist-credentials: false - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} @@ -183,7 +183,7 @@ jobs: - name: Upload coverage to Codecov if: "matrix.use_coverage" - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: true files: ./coverage.xml