mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-05-27 07:36:35 +00:00
Update https://code.forgejo.org/actions/setup-forgejo action to v3.1.12 (#169)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://code.forgejo.org/actions/setup-forgejo](https://code.forgejo.org/actions/setup-forgejo) | action | patch | `v3.1.11` → `v3.1.12` | --- ### Release Notes <details> <summary>actions/setup-forgejo (https://code.forgejo.org/actions/setup-forgejo)</summary> ### [`v3.1.12`](https://code.forgejo.org/actions/setup-forgejo/releases/tag/v3.1.12) [Compare Source](https://code.forgejo.org/actions/setup-forgejo/compare/v3.1.11...v3.1.12) <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/actions/setup-forgejo--> - other - [PR](https://code.forgejo.org/actions/setup-forgejo/pulls/981): <!--number 981 --><!--line 0 --><!--description VXBkYXRlIGRlcGVuZGVuY3kgZm9yZ2Vqby9ydW5uZXIgdG8gdjEyLjEwLjI=-->Update dependency forgejo/runner to v12.10.2<!--description--> <!--end release-notes-assistant--> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) - Automerge - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/169 Reviewed-by: Mathieu Fenniak <mfenniak@noreply.code.forgejo.org>
This commit is contained in:
parent
ccebdd6620
commit
265b4922e5
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v6
|
||||
|
||||
- id: forgejo
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v3.1.11
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v3.1.12
|
||||
with:
|
||||
user: testuser
|
||||
password: admin1234
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- id: forgejo
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v3.1.11
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v3.1.12
|
||||
with:
|
||||
user: testuser
|
||||
password: admin1234
|
||||
|
|
|
|||
Loading…
Reference in a new issue