Closed renovate[bot] closed 2 weeks ago
File: DataScience/GpxAudioLabeler.py Line Number: 395 Statement(s):
time.sleep(sleep_time)
Rule: time.sleep() call; did you mean to leave this in?
File: DataScience/GpxAudioLabeler.py Line Number: 571 Statement(s):
time.sleep(sleep_time)
Rule: time.sleep() call; did you mean to leave this in?
File: DataScience/GpxAudioLabeler.py Line Number: 395 Statement(s):
time.sleep(sleep_time)
Rule: time.sleep() call; did you mean to leave this in?
File: DataScience/GpxAudioLabeler.py Line Number: 571 Statement(s):
time.sleep(sleep_time)
Rule: time.sleep() call; did you mean to leave this in?
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.
This PR was closed because it has been stalled for 10 days with no activity.
Because you closed this PR without merging, Renovate will ignore this update (v3.2.1
). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps
array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
v3.1.1
->v3.2.1
Release Notes
actions/upload-artifact (actions/upload-artifact)
### [`v3.2.1`](https://redirect.github.com/actions/upload-artifact/releases/tag/v3.2.1) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v3.2.0...v3.2.1) #### What's Changed This fixes the `include-hidden-files` input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0 - Ensure hidden files input is used by [@joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/upload-artifact/pull/609](https://redirect.github.com/actions/upload-artifact/pull/609) **Full Changelog**: https://github.com/actions/upload-artifact/compare/v3.2.0...v3.2.1 ### [`v3.2.0`](https://redirect.github.com/actions/upload-artifact/releases/tag/v3.2.0) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v3.1.3...v3.2.0) #### Notice: Breaking Changes :warning: We will no longer include hidden files and folders by default in the `upload-artifact` action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, `include-hidden-files`, to continue to do so. See ["Notice of upcoming deprecations and breaking changes in GitHub Actions runners"](https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/) changelog and [this issue](https://redirect.github.com/actions/upload-artifact/issues/602) for more details. #### What's Changed - V3 backport: Exclude hidden files by default by [@SrRyan](https://redirect.github.com/SrRyan) in [https://github.com/actions/upload-artifact/pull/604](https://redirect.github.com/actions/upload-artifact/pull/604) **Full Changelog**: https://github.com/actions/upload-artifact/compare/v3.1.3...v3.2.0 ### [`v3.1.3`](https://redirect.github.com/actions/upload-artifact/releases/tag/v3.1.3) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v3.1.2...v3.1.3) #### What's Changed - chore(github): remove trailing whitespaces by [@ljmf00](https://redirect.github.com/ljmf00) in [https://github.com/actions/upload-artifact/pull/313](https://redirect.github.com/actions/upload-artifact/pull/313) - Bump [@actions/artifact](https://redirect.github.com/actions/artifact) version to v1.1.2 by [@bethanyj28](https://redirect.github.com/bethanyj28) in [https://github.com/actions/upload-artifact/pull/436](https://redirect.github.com/actions/upload-artifact/pull/436) **Full Changelog**: https://github.com/actions/upload-artifact/compare/v3...v3.1.3 ### [`v3.1.2`](https://redirect.github.com/actions/upload-artifact/releases/tag/v3.1.2) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v3.1.1...v3.1.2) - Update all `@actions/*` NPM packages to their latest versions- [#374](https://redirect.github.com/actions/upload-artifact/issues/374) - Update all dev dependencies to their most recent versions - [#375](https://redirect.github.com/actions/upload-artifact/issues/375)Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/New_York, 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.
This PR was generated by Mend Renovate. View the repository job log.