Add APT repository and key
Version updated for https://github.com/gerlero/add-apt-repository to version v1.1.0.
- This action is used across all versions by 4 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The add-apt-repository GitHub Action simplifies the process of adding an APT repository and its associated GPG key to the system’s package sources. It automates repository configuration for package installations in CI workflows, reducing manual setup and ensuring consistent repository management. Key capabilities include specifying repository details such as URI, suite, and component, while supporting caching for efficiency.
Release notes
What’s Changed
- Update CI configuration by @gerlero in https://github.com/gerlero/add-apt-repository/pull/4
- Drop ubuntu-20.04 from workflows by @gerlero in https://github.com/gerlero/add-apt-repository/pull/5
- Test with arm64 images by @gerlero in https://github.com/gerlero/add-apt-repository/pull/6
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @gerlero in https://github.com/gerlero/add-apt-repository/pull/8
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/gerlero/add-apt-repository/pull/7
- Update Debian containers in CI workflow by @gerlero in https://github.com/gerlero/add-apt-repository/pull/9
- Bump sersoft-gmbh/running-release-tags-action from 3 to 4 by @dependabot[bot] in https://github.com/gerlero/add-apt-repository/pull/10
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/gerlero/add-apt-repository/pull/11
- Add support for “flat” repositories by @gerlero in https://github.com/gerlero/add-apt-repository/pull/14
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/gerlero/add-apt-repository/pull/7
Full Changelog: https://github.com/gerlero/add-apt-repository/compare/v1...v1.1.0