From 76f7f901fc9429ce7846c03417223a48dc61a6d1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 23 Feb 2024 00:36:59 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v5 (#624) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://github.com/actions/setup-go) | action | major | `v4` -> `v5` | --- ### Release Notes
actions/setup-go (actions/setup-go) ### [`v5`](https://github.com/actions/setup-go/compare/v4...v5) [Compare Source](https://github.com/actions/setup-go/compare/v4...v5)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.com/gitea/tea/pulls/624 Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/release-nightly.yml | 2 +- .gitea/workflows/release-tag.yml | 2 +- .gitea/workflows/test-pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release-nightly.yml b/.gitea/workflows/release-nightly.yml index 83f4c5d..b9480c1 100644 --- a/.gitea/workflows/release-nightly.yml +++ b/.gitea/workflows/release-nightly.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - run: git fetch --force --tags - name: setup go - uses: https://github.com/actions/setup-go@v4 + uses: https://github.com/actions/setup-go@v5 with: go-version: '>=1.20.1' - name: import gpg diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index f801ec7..c4ded3f 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - run: git fetch --force --tags - name: setup go - uses: https://github.com/actions/setup-go@v4 + uses: https://github.com/actions/setup-go@v5 with: go-version: '>=1.20.1' - name: import gpg diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index 7590127..94a3682 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: setup go - uses: https://github.com/actions/setup-go@v4 + uses: https://github.com/actions/setup-go@v5 with: go-version: '>=1.20.1' - name: lint and build