From f305a76eaa602551b839a0c6f2c17069b5af1887 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 9 Jan 2023 11:19:43 +0100 Subject: [PATCH] Switch to ci-test.yml to actions/checkout@v3 and codecov/codecov-action@v3 --- .github/workflows/ci-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 07799dba..2d571558 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup path run: sed -i -e "s,../..:,$PWD:," dist/ci/docker-compose.yml @@ -34,7 +34,7 @@ jobs: CI_NODE_INDEX: ${{ matrix.ci_node_index }} - name: Submit coverage report to Codecov - uses: codecov/codecov-action@v1.5.2 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: true @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Validate gocd config run: cd gocd && sh generate.sh && git diff --exit-code