From c8edfc5ad1977780a3de86cc97aa0534389df297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:45:09 +0200 Subject: [PATCH] Bump the gh-actions group with 2 updates (#50) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66742a5..abf988d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: report-title: "Unit tests Linux - Python ${{ matrix.PYTHON_VERSION }}" custom-arguments: --cov=metalearners --cov-report=xml --cov-report term-missing --color=yes - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: Quantco/metalearners diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 2b3001f..50f0632 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -16,7 +16,7 @@ jobs: ref: ${{ github.head_ref }} fetch-depth: 0 - name: Build conda package - uses: quantco/rattler-build-action@v0.8.3 + uses: quantco/rattler-build-action@v0.8.7 with: quetz-api-key: ${{ secrets.QUETZ_API_KEY }} upload-quetz: ${{ startsWith(github.ref, 'refs/tags/') }}