Skip to content

Commit 99f62bc

Browse files
authored
fix(deps): update dependency toolkit to v3 (#124)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [toolkit](https://circleci.com/developer/orbs/orb/jerus-org/circleci-toolkit) ([source](https://redirect.github.com/jerus-org/circleci-toolkit)) | orb | major | `2.16.0` -> `3.2.0` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day 24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jerus-org/lambda_sqs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents d5f817d + 1ce8b36 commit 99f62bc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ parameters:
2121
description: "If true, the success pipeline will be executed."
2222

2323
orbs:
24-
toolkit: jerus-org/circleci-toolkit@2.16.0
24+
toolkit: jerus-org/circleci-toolkit@3.2.0
2525

2626
executors:
2727
rust-env:

PRLOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Fixed
11+
12+
- deps: update dependency toolkit to v3(pr [#124])
13+
814
## [0.2.37] - 2025-11-28
915

1016
### Fixed
@@ -404,6 +410,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
404410
[#120]: https://github.com/jerus-org/lambda_sqs/pull/120
405411
[#118]: https://github.com/jerus-org/lambda_sqs/pull/118
406412
[#119]: https://github.com/jerus-org/lambda_sqs/pull/119
413+
[#124]: https://github.com/jerus-org/lambda_sqs/pull/124
414+
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.37...HEAD
407415
[0.2.37]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.36...v0.2.37
408416
[0.2.36]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.35...v0.2.36
409417
[0.2.35]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.34...v0.2.35

0 commit comments

Comments
 (0)