mirror of
https://github.com/actions/cache.git
synced 2026-07-07 13:25:52 +00:00
Compare commits
8 Commits
2251b52956
...
86e507b75b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86e507b75b | ||
|
|
f8a7ab490b | ||
|
|
45b7be0774 | ||
|
|
5a4997fe7e | ||
|
|
492beac473 | ||
|
|
8832a84d24 | ||
|
|
597823910f | ||
|
|
cb2f319763 |
20
.github/workflows/publish-immutable-actions.yml
vendored
Normal file
20
.github/workflows/publish-immutable-actions.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: 'Publish Immutable Action Version'
|
||||||
|
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
publish:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
|
packages: write
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checking out
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Publish
|
||||||
|
id: publish
|
||||||
|
uses: actions/publish-immutable-action@0.0.3
|
||||||
@ -433,7 +433,7 @@ Esy allows you to export built dependencies and import pre-built dependencies.
|
|||||||
|
|
||||||
## Python - pip
|
## Python - pip
|
||||||
|
|
||||||
For pip, the cache directory will vary by OS. See https://pip.pypa.io/en/stable/reference/pip_install/#caching
|
For pip, the cache directory will vary by OS. See https://pip.pypa.io/en/stable/topics/caching/
|
||||||
|
|
||||||
Locations:
|
Locations:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user