fcda6a6dd9
chore(deps): update actions/checkout action to v5.0.1 ( #178 )
...
Snyk / security (push) Successful in 28s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | patch | `v5.0.0` -> `v5.0.1` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v5.0.1`](https://github.com/actions/checkout/releases/tag/v5.0.1 )
[Compare Source](https://github.com/actions/checkout/compare/v5.0.0...v5.0.1 )
#### What's Changed
- Port v6 cleanup to v5 by [@​ericsciple](https://github.com/ericsciple ) in [#​2301](https://github.com/actions/checkout/pull/2301 )
**Full Changelog**: <https://github.com/actions/checkout/compare/v5...v5.0.1 >
</details>
---
### 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 is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #178
Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk >
Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk >
2025-11-17 19:21:59 +00:00
12297eb975
chore(deps): update actions/checkout action to v5 ( #148 )
...
Snyk / security (push) Successful in 38m3s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | major | `v4.3.0` -> `v5.0.0` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v5.0.0`](https://github.com/actions/checkout/releases/tag/v5.0.0 )
[Compare Source](https://github.com/actions/checkout/compare/v4.3.0...v5.0.0 )
#### What's Changed
- Update actions checkout to use node 24 by [@​salmanmkc](https://github.com/salmanmkc ) in [#​2226](https://github.com/actions/checkout/pull/2226 )
- Prepare v5.0.0 release by [@​salmanmkc](https://github.com/salmanmkc ) in [#​2238](https://github.com/actions/checkout/pull/2238 )
#### ⚠️ Minimum Compatible Runner Version
**v2.327.1**\
[Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1 )
Make sure your runner is updated to this version or newer to use this release.
**Full Changelog**: <https://github.com/actions/checkout/compare/v4...v5.0.0 >
</details>
---
### 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 is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuODEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #148
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-09-15 11:44:26 +02:00
e6ae7e66e8
chore(deps): update actions/checkout action to v4.3.0 ( #147 )
...
Release / Publish Docker Images (push) Failing after 4m31s
Release / Tag release (push) Successful in 55s
Snyk / security (push) Successful in 9m35s
Release / Create Release (push) Successful in 9s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | minor | `v4.2.2` -> `v4.3.0` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v4.3.0`](https://github.com/actions/checkout/releases/tag/v4.3.0 )
[Compare Source](https://github.com/actions/checkout/compare/v4.2.2...v4.3.0 )
#### What's Changed
- docs: update README.md by [@​motss](https://github.com/motss ) in https://github.com/actions/checkout/pull/1971
- Add internal repos for checking out multiple repositories by [@​mouismail](https://github.com/mouismail ) in https://github.com/actions/checkout/pull/1977
- Documentation update - add recommended permissions to Readme by [@​benwells](https://github.com/benwells ) in https://github.com/actions/checkout/pull/2043
- Adjust positioning of user email note and permissions heading by [@​joshmgross](https://github.com/joshmgross ) in https://github.com/actions/checkout/pull/2044
- Update README.md by [@​nebuk89](https://github.com/nebuk89 ) in https://github.com/actions/checkout/pull/2194
- Update CODEOWNERS for actions by [@​TingluoHuang](https://github.com/TingluoHuang ) in https://github.com/actions/checkout/pull/2224
- Update package dependencies by [@​salmanmkc](https://github.com/salmanmkc ) in https://github.com/actions/checkout/pull/2236
- Prepare release v4.3.0 by [@​salmanmkc](https://github.com/salmanmkc ) in https://github.com/actions/checkout/pull/2237
#### New Contributors
- [@​motss](https://github.com/motss ) made their first contribution in https://github.com/actions/checkout/pull/1971
- [@​mouismail](https://github.com/mouismail ) made their first contribution in https://github.com/actions/checkout/pull/1977
- [@​benwells](https://github.com/benwells ) made their first contribution in https://github.com/actions/checkout/pull/2043
- [@​nebuk89](https://github.com/nebuk89 ) made their first contribution in https://github.com/actions/checkout/pull/2194
- [@​salmanmkc](https://github.com/salmanmkc ) made their first contribution in https://github.com/actions/checkout/pull/2236
**Full Changelog**: https://github.com/actions/checkout/compare/v4...v4.3.0
</details>
---
### 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 is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNjEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #147
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-08-12 22:12:54 +02:00
d1951eedb4
Fix releasing
Snyk / security (push) Successful in 2m15s
2025-06-22 22:41:28 +01:00
29f2aa14f3
Update .gitea/workflows/release.yml
Snyk / security (push) Successful in 53s
2025-06-22 23:37:14 +02:00
99a6f8f1b9
Update .gitea/workflows/release.yml
Snyk / security (push) Has been cancelled
2025-06-22 23:36:48 +02:00
f76ba5682b
Move to Gitea
Snyk / security (push) Successful in 54s
2025-06-22 22:14:15 +01:00