From 6a0388f7a1526e77ec58e3c7b1a85592ff3243e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 16:44:16 +0800 Subject: [PATCH] :arrow_up: Bump the actions group with 2 updates (#4054) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codecov.yml | 2 +- .github/workflows/website-deploy.yml | 2 +- .github/workflows/website-preview-cd.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 64c34fb0..1a1825a4 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -56,7 +56,7 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Upload coverage report - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: env_vars: OS,PYTHON_VERSION,PYDANTIC_VERSION files: ./tests/coverage.xml diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 2b2ed678..73fadf7f 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -33,7 +33,7 @@ jobs: run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v3 + uses: nwtgck/actions-netlify@v4 with: publish-dir: "./website/build" production-deploy: true diff --git a/.github/workflows/website-preview-cd.yml b/.github/workflows/website-preview-cd.yml index 65e2f2f0..1745577f 100644 --- a/.github/workflows/website-preview-cd.yml +++ b/.github/workflows/website-preview-cd.yml @@ -58,7 +58,7 @@ jobs: - name: Deploy to Netlify id: deploy - uses: nwtgck/actions-netlify@v3 + uses: nwtgck/actions-netlify@v4 with: publish-dir: ./website/build production-deploy: false