diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9aaa91f07..6021c5a981 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,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@v6.0.0 + uses: codecov/codecov-action@v6.0.2 with: name: 'actions' token: '${{ secrets.CODECOV_TOKEN }}' diff --git a/.github/workflows/close-milestone.yml b/.github/workflows/close-milestone.yml index a5164e58fd..ff9272d75d 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@v4.4.2 + uses: gittools/actions/gitreleasemanager/setup@v4.5.0 with: versionSpec: '0.20.0' - name: Get Repo and Owner diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5600ff68bd..b3a507bec1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -114,7 +114,7 @@ jobs: env: GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}' if: "contains('${{ steps.commit-message.outputs.message }}', 'Automatically linting code')" - uses: planetscale/ghcommit-action@v0.2.20 + uses: planetscale/ghcommit-action@v0.2.22 with: commit_message: 'Automatically linting code' repo: '${{ github.repository }}'