From 728ff627ff4e5271bfc7db8f50bcc1eb98746ced Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 03:38:20 +0000 Subject: [PATCH] chore(deps): update ci-related dependencies updates to v5.5.5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 059afdf..0ebc1aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Test run: yarn test - name: Codecov upload - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v5.5.5 with: token: ${{ secrets.CODECOV_TOKEN }}