From ff3a774b070a554adfbcf91672bcf6240df48462 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:15:49 +0000 Subject: [PATCH] Update github actions --- .github/workflows/ci.yml | 2 +- .github/workflows/close-milestone.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fc4cb4bd..c81969385 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: - name: 🚀 Publish Codecov Coverage if: always() && (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]') continue-on-error: true - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.2.0 with: name: 'actions' token: '${{ secrets.CODECOV_TOKEN }}' diff --git a/.github/workflows/close-milestone.yml b/.github/workflows/close-milestone.yml index b0af49653..f2252d23e 100644 --- a/.github/workflows/close-milestone.yml +++ b/.github/workflows/close-milestone.yml @@ -76,7 +76,7 @@ jobs: default-label: ':sparkles: mysterious' github-token: '${{ secrets.GITHUB_TOKEN }}' - name: 📲 Install GitReleaseManager - uses: gittools/actions/gitreleasemanager/setup@v3.1.10 + uses: gittools/actions/gitreleasemanager/setup@v3.1.11 with: versionSpec: '0.18.0' - name: Get Repo and Owner