mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-06-16 12:14:57 +00:00
Update README with deprecation notice for 'latest'
Added note about deprecation of the 'latest' symbol.
This commit is contained in:
parent
53f540640e
commit
ed54abd509
|
|
@ -29,6 +29,8 @@ There are two kinds of version labels you can use.
|
|||
- `@staging` - Most recent automated tested code and can sometimes contain experimental features. Is pulled from dev stable code.
|
||||
- `@dev` - Very unstable and contains experimental features. Automated testing may not show breaks since CI is also updated based on code in dev.
|
||||
|
||||
Please note that the `latest` symbol has been deprecated and will no longer be updated. Actions should be pinned to a well known version instead.
|
||||
|
||||
### Inputs
|
||||
|
||||
- `packages` - Space delimited list of packages to install.
|
||||
|
|
|
|||
Loading…
Reference in a new issue