From 1855758a4f3613c93c715bb5b005b65776cf1ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 08:03:54 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go) and [renovatebot/github-action](https://github.com/renovatebot/github-action). Updates `actions/setup-go` from 6.5.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6.5.0...v7.0.0) Updates `renovatebot/github-action` from 46.1.18 to 46.1.20 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v46.1.18...v46.1.20) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: renovatebot/github-action dependency-version: 46.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-Deployment-test.yml | 2 +- .github/workflows/update-docker-image-tags.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-Deployment-test.yml b/.github/workflows/docker-Deployment-test.yml index 9b987ea..ab07dc3 100644 --- a/.github/workflows/docker-Deployment-test.yml +++ b/.github/workflows/docker-Deployment-test.yml @@ -208,7 +208,7 @@ jobs: path: ${{ env.SDK_DIR }} - name: Set up Go ${{ matrix.go_version }} - uses: actions/setup-go@v6.5.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ matrix.go_version }} cache: false diff --git a/.github/workflows/update-docker-image-tags.yml b/.github/workflows/update-docker-image-tags.yml index c505e2a..581ebed 100644 --- a/.github/workflows/update-docker-image-tags.yml +++ b/.github/workflows/update-docker-image-tags.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v7 - name: Run Renovate - uses: renovatebot/github-action@v46.1.18 + uses: renovatebot/github-action@v46.1.20 with: configurationFile: .github/renovate-openim.json5 token: ${{ github.token }}