From 78e63461b350f3ac437a5de14a65f49deb25a1dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 11:17:36 +0800 Subject: [PATCH] chore(deps): update fregante/setup-git-user action to v2 (#492) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fregante/setup-git-user](https://togithub.com/fregante/setup-git-user) | action | major | `v1` -> `v2` | --- ### Release Notes
fregante/setup-git-user ### [`v2`](https://togithub.com/fregante/setup-git-user/compare/v1...v2) [Compare Source](https://togithub.com/fregante/setup-git-user/compare/v1...v2)
--- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/PKUHPC/SCOW). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/tag-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-release.yaml b/.github/workflows/tag-release.yaml index 732d072efa..a4813095e0 100644 --- a/.github/workflows/tag-release.yaml +++ b/.github/workflows/tag-release.yaml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 2 token: ${{ secrets.SCOW_DEPLOYMENT_PAT }} - - uses: fregante/setup-git-user@v1 + - uses: fregante/setup-git-user@v2 - uses: actions/setup-node@v3 with: node-version: 18.x