1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Add cache section for Actions REST API (#24924)

* Add cache section for Actions REST API

* Add permissions entries, cache section

* Add new cache directory after REST reactify changes

* Update content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md

Co-authored-by: Martin Lopes <martin389@github.com>

* Add versioning for GHES/AE

Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Lucas Costi
2022-03-16 20:37:19 +10:00
committed by GitHub
parent 9dd1b8982c
commit cfba19d927
4 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Reference: #6154
# Documentation for Actions cache management APIs (initial ship)
versions:
fpt: '*'
ghec: '*'
ghes: '> 3.4'
ghae: 'issue-6154'