Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions 144c3d6742 Update all 2024-06-17 05:04:39 +00:00
Tingluo Huang f215bf2833 Add doc for how to use in self-hosted runner 2024-06-03 13:14:10 -04:00
github-actions[bot] ee78caab96 Update all (#39)
Co-authored-by: github-actions <github-actions-bot@users.noreply.github.com>
2024-06-03 05:10:29 +00:00
github-actions[bot] 046fc8b168 Update all (#35)
Co-authored-by: github-actions <github-actions-bot@users.noreply.github.com>
2024-05-13 09:44:05 -04:00
5 changed files with 28 additions and 9 deletions
+4
View File
@@ -15,6 +15,10 @@ Preview versions are intentionally excluded. For example: `v2-beta`
Optional args may be supplied to control which refs are included. See `script/add-action.sh --help` for more info.
### How to use this in the self-hosted runner?
Please read the doc @kenmuse has put together at: https://www.kenmuse.com/blog/building-github-actions-runner-images-with-an-action-archive-cache/
## License
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE.txt) for the full terms.
+11 -2
View File
@@ -6,7 +6,7 @@
"+^v[0-9]+(\\.[0-9]+){0,2}$"
],
"branches": {
"main": "8459bc0c7e3759cdf591f513d9f141a95fef0a8f"
"main": "692973e3d937129bcbf40652eb9f2f61becf3332"
},
"defaultBranch": "main",
"tags": {
@@ -116,7 +116,7 @@
"commit": "f43a0e5ff2bd294095638e18286ca9a3d1956744"
},
"v4": {
"commit": "0ad4b8fadaa221de15dcec353f45205ec38ea70b"
"commit": "692973e3d937129bcbf40652eb9f2f61becf3332"
},
"v4.0.0": {
"commit": "1e31de5234b9f8995739874a8ce0492dc87873e2"
@@ -135,6 +135,15 @@
},
"v4.1.4": {
"commit": "0ad4b8fadaa221de15dcec353f45205ec38ea70b"
},
"v4.1.5": {
"commit": "44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
},
"v4.1.6": {
"commit": "a5ac7e51b41094c92402da3b24376905380afc29"
},
"v4.1.7": {
"commit": "692973e3d937129bcbf40652eb9f2f61becf3332"
}
}
}
+1 -1
View File
@@ -6,7 +6,7 @@
"+^v[0-9]+(\\.[0-9]+){0,2}$"
],
"branches": {
"main": "c2ac33f2c62f978d6c944d9648125a294e56dc0b"
"main": "eff380dfbcf941bf8832e4acb788cebe13dfd758"
},
"defaultBranch": "main",
"tags": {
+10 -4
View File
@@ -1,7 +1,7 @@
mkdir actions_checkout
pushd actions_checkout
curl -s -S -L -o '8459bc0c7e3759cdf591f513d9f141a95fef0a8f.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/8459bc0c7e3759cdf591f513d9f141a95fef0a8f'
curl -s -S -L -o '8459bc0c7e3759cdf591f513d9f141a95fef0a8f.zip' 'https://api.github.com/repos/actions/checkout/zipball/8459bc0c7e3759cdf591f513d9f141a95fef0a8f'
curl -s -S -L -o '692973e3d937129bcbf40652eb9f2f61becf3332.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/692973e3d937129bcbf40652eb9f2f61becf3332'
curl -s -S -L -o '692973e3d937129bcbf40652eb9f2f61becf3332.zip' 'https://api.github.com/repos/actions/checkout/zipball/692973e3d937129bcbf40652eb9f2f61becf3332'
curl -s -S -L -o '544eadc6bf3d226fd7a7a9f0dc5b5bf7ca0675b9.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/544eadc6bf3d226fd7a7a9f0dc5b5bf7ca0675b9'
curl -s -S -L -o '544eadc6bf3d226fd7a7a9f0dc5b5bf7ca0675b9.zip' 'https://api.github.com/repos/actions/checkout/zipball/544eadc6bf3d226fd7a7a9f0dc5b5bf7ca0675b9'
curl -s -S -L -o 'af513c7a016048ae468971c52ed77d9562c7c819.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/af513c7a016048ae468971c52ed77d9562c7c819'
@@ -70,8 +70,8 @@ curl -s -S -L -o 'c85c95e3d7251135ab7dc9ce3241c5835cc595a9.tar.gz' 'https://api.
curl -s -S -L -o 'c85c95e3d7251135ab7dc9ce3241c5835cc595a9.zip' 'https://api.github.com/repos/actions/checkout/zipball/c85c95e3d7251135ab7dc9ce3241c5835cc595a9'
curl -s -S -L -o 'f43a0e5ff2bd294095638e18286ca9a3d1956744.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/f43a0e5ff2bd294095638e18286ca9a3d1956744'
curl -s -S -L -o 'f43a0e5ff2bd294095638e18286ca9a3d1956744.zip' 'https://api.github.com/repos/actions/checkout/zipball/f43a0e5ff2bd294095638e18286ca9a3d1956744'
curl -s -S -L -o '0ad4b8fadaa221de15dcec353f45205ec38ea70b.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/0ad4b8fadaa221de15dcec353f45205ec38ea70b'
curl -s -S -L -o '0ad4b8fadaa221de15dcec353f45205ec38ea70b.zip' 'https://api.github.com/repos/actions/checkout/zipball/0ad4b8fadaa221de15dcec353f45205ec38ea70b'
curl -s -S -L -o '692973e3d937129bcbf40652eb9f2f61becf3332.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/692973e3d937129bcbf40652eb9f2f61becf3332'
curl -s -S -L -o '692973e3d937129bcbf40652eb9f2f61becf3332.zip' 'https://api.github.com/repos/actions/checkout/zipball/692973e3d937129bcbf40652eb9f2f61becf3332'
curl -s -S -L -o '1e31de5234b9f8995739874a8ce0492dc87873e2.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/1e31de5234b9f8995739874a8ce0492dc87873e2'
curl -s -S -L -o '1e31de5234b9f8995739874a8ce0492dc87873e2.zip' 'https://api.github.com/repos/actions/checkout/zipball/1e31de5234b9f8995739874a8ce0492dc87873e2'
curl -s -S -L -o '8ade135a41bc03ea155e62e844d188df1ea18608.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/8ade135a41bc03ea155e62e844d188df1ea18608'
@@ -84,4 +84,10 @@ curl -s -S -L -o '1d96c772d19495a3b5c517cd2bc0cb401ea0529f.tar.gz' 'https://api.
curl -s -S -L -o '1d96c772d19495a3b5c517cd2bc0cb401ea0529f.zip' 'https://api.github.com/repos/actions/checkout/zipball/1d96c772d19495a3b5c517cd2bc0cb401ea0529f'
curl -s -S -L -o '0ad4b8fadaa221de15dcec353f45205ec38ea70b.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/0ad4b8fadaa221de15dcec353f45205ec38ea70b'
curl -s -S -L -o '0ad4b8fadaa221de15dcec353f45205ec38ea70b.zip' 'https://api.github.com/repos/actions/checkout/zipball/0ad4b8fadaa221de15dcec353f45205ec38ea70b'
curl -s -S -L -o '44c2b7a8a4ea60a981eaca3cf939b5f4305c123b.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b'
curl -s -S -L -o '44c2b7a8a4ea60a981eaca3cf939b5f4305c123b.zip' 'https://api.github.com/repos/actions/checkout/zipball/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b'
curl -s -S -L -o 'a5ac7e51b41094c92402da3b24376905380afc29.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/a5ac7e51b41094c92402da3b24376905380afc29'
curl -s -S -L -o 'a5ac7e51b41094c92402da3b24376905380afc29.zip' 'https://api.github.com/repos/actions/checkout/zipball/a5ac7e51b41094c92402da3b24376905380afc29'
curl -s -S -L -o '692973e3d937129bcbf40652eb9f2f61becf3332.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/692973e3d937129bcbf40652eb9f2f61becf3332'
curl -s -S -L -o '692973e3d937129bcbf40652eb9f2f61becf3332.zip' 'https://api.github.com/repos/actions/checkout/zipball/692973e3d937129bcbf40652eb9f2f61becf3332'
popd
+2 -2
View File
@@ -1,7 +1,7 @@
mkdir actions_setup-node
pushd actions_setup-node
curl -s -S -L -o 'c2ac33f2c62f978d6c944d9648125a294e56dc0b.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/c2ac33f2c62f978d6c944d9648125a294e56dc0b'
curl -s -S -L -o 'c2ac33f2c62f978d6c944d9648125a294e56dc0b.zip' 'https://api.github.com/repos/actions/setup-node/zipball/c2ac33f2c62f978d6c944d9648125a294e56dc0b'
curl -s -S -L -o 'eff380dfbcf941bf8832e4acb788cebe13dfd758.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/eff380dfbcf941bf8832e4acb788cebe13dfd758'
curl -s -S -L -o 'eff380dfbcf941bf8832e4acb788cebe13dfd758.zip' 'https://api.github.com/repos/actions/setup-node/zipball/eff380dfbcf941bf8832e4acb788cebe13dfd758'
curl -s -S -L -o 'f1f314fca9dfce2769ece7d933488f076716723e.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/f1f314fca9dfce2769ece7d933488f076716723e'
curl -s -S -L -o 'f1f314fca9dfce2769ece7d933488f076716723e.zip' 'https://api.github.com/repos/actions/setup-node/zipball/f1f314fca9dfce2769ece7d933488f076716723e'
curl -s -S -L -o '0d7d2ca66539aca4af6c5102e29a33757e2c2d2c.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/0d7d2ca66539aca4af6c5102e29a33757e2c2d2c'