mimikun / dotfiles

mimikun's dotfiles
MIT License
10 stars 0 forks source link

chore(deps): update dependency charmbracelet/mods to v1.3.1 #440

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
charmbracelet/mods patch v1.3.0 -> v1.3.1

Release Notes

charmbracelet/mods (charmbracelet/mods) ### [`v1.3.1`](https://togithub.com/charmbracelet/mods/releases/tag/v1.3.1) [Compare Source](https://togithub.com/charmbracelet/mods/compare/v1.3.0...v1.3.1) #### Changelog ##### Bug fixes - [`9527de3`](https://togithub.com/charmbracelet/mods/commit/9527de3e731ccccc72083d8c4c7e71894ca54d19): fix: treat config key "role" as optional ([#​255](https://togithub.com/charmbracelet/mods/issues/255)) ([@​sylv-io](https://togithub.com/sylv-io)) ***
Verifying the artifacts First, download the [`checksums.txt` file](https://togithub.com/charmbracelet/mods/releases/download/1.3.1/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/mods/releases/download/v1.3.1/checksums.txt' ``` Then, verify it using [`cosign`](https://togithub.com/sigstore/cosign): ```bash cosign verify-blob \ --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \ --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \ --cert 'https://github.com/charmbracelet/mods/releases/download/v1.3.1/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/mods/releases/download/v1.3.1/checksums.txt.sig' \ ./checksums.txt ``` If the output is `Verified OK`, you can safely use it to verify the checksums of other artifacts you downloaded from the release using `sha256sum`: ```bash sha256sum --ignore-missing -c checksums.txt ``` Done! You artifacts are now verified!
The Charm logo Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@​charm), or on [Discord](https://charm.sh/chat).

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 has been generated by Mend Renovate. View repository job log here.