From a952262935327a327d6bb4d5b6b504bc0ce9fdab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 08:29:30 +0000 Subject: [PATCH] Update github actions --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/close-milestone.yml | 2 +- .github/workflows/lint.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e0931a99c..c33abdb63f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,20 +101,20 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 + uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 with: clean: 'false' fetch-depth: '0' - name: 🔨 Use .NET Core 8.0 SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 with: dotnet-version: '8.0.x' - name: 🔨 Use .NET Core 9.0 SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 with: dotnet-version: '9.0.x' - name: 🔨 Use .NET Core 10.0 SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 with: dotnet-version: '10.0.x' - name: ⚒️ dotnet tool restore @@ -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.5.1 + uses: codecov/codecov-action@v5.5.2 with: name: 'actions' token: '${{ secrets.CODECOV_TOKEN }}' diff --git a/.github/workflows/close-milestone.yml b/.github/workflows/close-milestone.yml index b9c257ef8d..7e9f6607ce 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.1.0 + uses: gittools/actions/gitreleasemanager/setup@v4.2.0 with: versionSpec: '0.20.0' - name: Get Repo and Owner diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1656c3522a..d6c6bc8085 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.17 + uses: planetscale/ghcommit-action@v0.2.20 with: commit_message: 'Automatically linting code' repo: '${{ github.repository }}'