From 9566f826d8f5c05b63a0fc4c12a259a16572a0d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 12:53:22 +0200 Subject: [PATCH] Bump the gh-actions group with 2 updates (#144) 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 e3c02b66..25b23171 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: report-title: Unit Tests - ${{ matrix.os == 'ubuntu-latest' && 'Linux' || 'Windows' }} - 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.3.1 + uses: codecov/codecov-action@v4.4.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: Quantco/metalearners diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 50f0632f..5695e017 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.7 + uses: quantco/rattler-build-action@v0.8.10 with: quetz-api-key: ${{ secrets.QUETZ_API_KEY }} upload-quetz: ${{ startsWith(github.ref, 'refs/tags/') }}