rwxd / wallabag2readwise

Export / synchronize wallabag annotations to readwise highlights
https://rwxd.github.io/wallabag2readwise/
MIT License
15 stars 0 forks source link

fix(deps): update docker/metadata-action action to v4.6.0 - autoclosed #12

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Type Update Change
docker/metadata-action action minor v4.0.1 -> v4.6.0

Release Notes

docker/metadata-action (docker/metadata-action) ### [`v4.6.0`](https://togithub.com/docker/metadata-action/releases/tag/v4.6.0) [Compare Source](https://togithub.com/docker/metadata-action/compare/v4.5.0...v4.6.0) - Dedup and sort labels by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/metadata-action/pull/301](https://togithub.com/docker/metadata-action/pull/301) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.3.0 to 0.5.0 in [https://github.com/docker/metadata-action/pull/302](https://togithub.com/docker/metadata-action/pull/302) **Full Changelog**: https://github.com/docker/metadata-action/compare/v4.5.0...v4.6.0 ### [`v4.5.0`](https://togithub.com/docker/metadata-action/releases/tag/v4.5.0) [Compare Source](https://togithub.com/docker/metadata-action/compare/v4.4.0...v4.5.0) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.1.0 to 0.3.0 in [https://github.com/docker/metadata-action/pull/296](https://togithub.com/docker/metadata-action/pull/296) - Bump csv-parse from 5.3.8 to 5.4.0 in [https://github.com/docker/metadata-action/pull/294](https://togithub.com/docker/metadata-action/pull/294) **Full Changelog**: https://github.com/docker/metadata-action/compare/v4.4.0...v4.5.0 ### [`v4.4.0`](https://togithub.com/docker/metadata-action/releases/tag/v4.4.0) [Compare Source](https://togithub.com/docker/metadata-action/compare/v4.3.0...v4.4.0) - Add `context` input to define the metadata provider by [@​neilime](https://togithub.com/neilime) in [https://github.com/docker/metadata-action/pull/248](https://togithub.com/docker/metadata-action/pull/248) - Switch to actions-toolkit implementation by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/metadata-action/pull/266](https://togithub.com/docker/metadata-action/pull/266) [https://github.com/docker/metadata-action/pull/273](https://togithub.com/docker/metadata-action/pull/273) [https://github.com/docker/metadata-action/pull/284](https://togithub.com/docker/metadata-action/pull/284) - Bump csv-parse from 5.3.3 to 5.3.8 in [https://github.com/docker/metadata-action/pull/271](https://togithub.com/docker/metadata-action/pull/271) [https://github.com/docker/metadata-action/pull/286](https://togithub.com/docker/metadata-action/pull/286) - Bump moment-timezone from 0.5.40 to 0.5.43 in [https://github.com/docker/metadata-action/pull/268](https://togithub.com/docker/metadata-action/pull/268) [https://github.com/docker/metadata-action/pull/278](https://togithub.com/docker/metadata-action/pull/278) [https://github.com/docker/metadata-action/pull/281](https://togithub.com/docker/metadata-action/pull/281) - Bump semver from 7.4.0 to 7.5.0 in [https://github.com/docker/metadata-action/pull/285](https://togithub.com/docker/metadata-action/pull/285) **Full Changelog**: https://github.com/docker/metadata-action/compare/v4.3.0...v4.4.0 ### [`v4.3.0`](https://togithub.com/docker/metadata-action/releases/tag/v4.3.0) [Compare Source](https://togithub.com/docker/metadata-action/compare/v4.2.0...v4.3.0) - Provide outputs as env vars by [@​crazy-max](https://togithub.com/crazy-max) ([#​257](https://togithub.com/docker/metadata-action/issues/257)) **Full Changelog**: https://github.com/docker/metadata-action/compare/v4.2.0...v4.3.0 ### [`v4.2.0`](https://togithub.com/docker/metadata-action/releases/tag/v4.2.0) [Compare Source](https://togithub.com/docker/metadata-action/compare/v4.1.1...v4.2.0) - Add `tz` attribute to handlebar date function by [@​chroju](https://togithub.com/chroju) ([#​251](https://togithub.com/docker/metadata-action/issues/251)) - Bump minimatch from 3.0.4 to 3.1.2 ([#​242](https://togithub.com/docker/metadata-action/issues/242)) - Bump csv-parse from 5.3.1 to 5.3.3 ([#​245](https://togithub.com/docker/metadata-action/issues/245)) - Bump json5 from 2.2.0 to 2.2.3 ([#​252](https://togithub.com/docker/metadata-action/issues/252)) **Full Changelog**: https://github.com/docker/metadata-action/compare/v4.1.1...v4.2.0 ### [`v4.1.1`](https://togithub.com/docker/metadata-action/releases/tag/v4.1.1) [Compare Source](https://togithub.com/docker/metadata-action/compare/v4.1.0...v4.1.1) - Revert changes to set associated head sha on pull request event by [@​crazy-max](https://togithub.com/crazy-max) ([#​239](https://togithub.com/docker/metadata-action/issues/239)) - User can still set associated head sha on PR by setting the env var `DOCKER_METADATA_PR_HEAD_SHA=true` - Bump csv-parse from 5.3.0 to 5.3.1 ([#​237](https://togithub.com/docker/metadata-action/issues/237)) **Full Changelog**: https://github.com/docker/metadata-action/compare/v4.1.0...v4.1.1 ### [`v4.1.0`](https://togithub.com/docker/metadata-action/releases/tag/v4.1.0) [Compare Source](https://togithub.com/docker/metadata-action/compare/v4.0.1...v4.1.0) - Do not trim whitespace for `sep-tags` and `sep-labels` inputs by [@​crazy-max](https://togithub.com/crazy-max) ([#​233](https://togithub.com/docker/metadata-action/issues/233)) - Set associated head sha on pull request event by [@​crazy-max](https://togithub.com/crazy-max) ([#​234](https://togithub.com/docker/metadata-action/issues/234)) - Remove workaround for `setOutput` by [@​crazy-max](https://togithub.com/crazy-max) ([#​236](https://togithub.com/docker/metadata-action/issues/236)) - Bump [@​actions/github](https://togithub.com/actions/github) from 5.0.1 to 5.1.1 ([#​208](https://togithub.com/docker/metadata-action/issues/208) [#​232](https://togithub.com/docker/metadata-action/issues/232)) - Bump [@​actions/core](https://togithub.com/actions/core) from 1.6.0 to 1.10.0 ([#​209](https://togithub.com/docker/metadata-action/issues/209) [#​216](https://togithub.com/docker/metadata-action/issues/216) [#​226](https://togithub.com/docker/metadata-action/issues/226) [#​231](https://togithub.com/docker/metadata-action/issues/231)) - Bump csv-parse from 5.0.4 to 5.3.0 ([#​210](https://togithub.com/docker/metadata-action/issues/210) [#​221](https://togithub.com/docker/metadata-action/issues/221)) - Bump moment from 2.29.3 to 2.29.4 ([#​220](https://togithub.com/docker/metadata-action/issues/220)) **Full Changelog**: https://github.com/docker/metadata-action/compare/v4.0.1...v4.1.0

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 becomes conflicted, 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.