Skip to content

Commit 113b4d4

Browse files
github-actions[bot]github-actions
andauthored
Update all (#68)
Co-authored-by: github-actions <[email protected]>
1 parent eec729b commit 113b4d4

10 files changed

+39
-25
lines changed

config/actions/actions_cache.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
"+^v[3-9]+(\\.[0-9]+){0,2}$"
77
],
88
"branches": {
9-
"main": "6849a6489940f00c2f30c0fb92c6274307ccb58a"
9+
"main": "1bd1e32a3bdc45362d1e726936510720a7c30a57"
1010
},
1111
"defaultBranch": "main",
1212
"tags": {
1313
"v3": {
14-
"commit": "e12d46a63a90f2fae62d114769bbf2a179198b5c",
15-
"tag": "734d9cb93d6f7610c2400b0f789eaa6f9813e271"
14+
"commit": "f4b3439a656ba812b8cb417d2d49f9c810103092"
1615
},
1716
"v3.0.0": {
1817
"commit": "4b0cf6cc4619e737324ddfcec08fff2413359514"
@@ -83,8 +82,11 @@
8382
"v3.3.3": {
8483
"commit": "e12d46a63a90f2fae62d114769bbf2a179198b5c"
8584
},
85+
"v3.4.0": {
86+
"commit": "f4b3439a656ba812b8cb417d2d49f9c810103092"
87+
},
8688
"v4": {
87-
"commit": "6849a6489940f00c2f30c0fb92c6274307ccb58a"
89+
"commit": "1bd1e32a3bdc45362d1e726936510720a7c30a57"
8890
},
8991
"v4.0.0": {
9092
"commit": "13aacd865c20de90d75de3b17ebe84f7a17d57d2"
@@ -103,6 +105,9 @@
103105
},
104106
"v4.1.2": {
105107
"commit": "6849a6489940f00c2f30c0fb92c6274307ccb58a"
108+
},
109+
"v4.2.0": {
110+
"commit": "1bd1e32a3bdc45362d1e726936510720a7c30a57"
106111
}
107112
}
108113
}

config/actions/actions_checkout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"+^v[0-9]+(\\.[0-9]+){0,2}$"
77
],
88
"branches": {
9-
"main": "11bd71901bbe5b1630ceea73d27597364c9af683"
9+
"main": "cbb722410c2e876e24abbe8de2cc27693e501dcb"
1010
},
1111
"defaultBranch": "main",
1212
"tags": {

config/actions/actions_setup-node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"+^v[0-9]+(\\.[0-9]+){0,2}$"
77
],
88
"branches": {
9-
"main": "39370e3970a6d050c480ffad4ff0ed4d3fdee5af"
9+
"main": "48b90677b6048efbc723b11a94acb950d3f1ac36"
1010
},
1111
"defaultBranch": "main",
1212
"tags": {

config/actions/actions_setup-python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"-^v1(\\.[0-9]+){0,2}$"
88
],
99
"branches": {
10-
"main": "0b93645e9fea7318ecaed2b359559ac225c90a2b"
10+
"main": "3fddbee7870211eda9047db10474808be43c71ec"
1111
},
1212
"defaultBranch": "main",
1313
"tags": {

config/actions/actions_upload-artifact.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"+^v[0-9]+(\\.[0-9]+){0,2}$"
77
],
88
"branches": {
9-
"main": "184d73b71b93c222403b2e7f1ffebe4508014249"
9+
"main": "6f51ac03b9356f520e9adb1b1b7802705f340c2b"
1010
},
1111
"defaultBranch": "main",
1212
"tags": {
@@ -85,7 +85,7 @@
8585
"commit": "ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5"
8686
},
8787
"v4": {
88-
"commit": "b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882"
88+
"commit": "6f51ac03b9356f520e9adb1b1b7802705f340c2b"
8989
},
9090
"v4.0.0": {
9191
"commit": "c7d193f32edcb7bfad88892161225aeda64e9392"
@@ -128,6 +128,9 @@
128128
},
129129
"v4.4.3": {
130130
"commit": "b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882"
131+
},
132+
"v4.5.0": {
133+
"commit": "6f51ac03b9356f520e9adb1b1b7802705f340c2b"
131134
}
132135
}
133136
}

script/generated/actions_cache.sh

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
mkdir actions_cache
22
pushd actions_cache
3-
curl -s -S -L -o '6849a6489940f00c2f30c0fb92c6274307ccb58a.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/6849a6489940f00c2f30c0fb92c6274307ccb58a'
4-
curl -s -S -L -o '6849a6489940f00c2f30c0fb92c6274307ccb58a.zip' 'https://api.github.com/repos/actions/cache/zipball/6849a6489940f00c2f30c0fb92c6274307ccb58a'
5-
curl -s -S -L -o '734d9cb93d6f7610c2400b0f789eaa6f9813e271.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/734d9cb93d6f7610c2400b0f789eaa6f9813e271'
6-
curl -s -S -L -o '734d9cb93d6f7610c2400b0f789eaa6f9813e271.zip' 'https://api.github.com/repos/actions/cache/zipball/734d9cb93d6f7610c2400b0f789eaa6f9813e271'
3+
curl -s -S -L -o '1bd1e32a3bdc45362d1e726936510720a7c30a57.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/1bd1e32a3bdc45362d1e726936510720a7c30a57'
4+
curl -s -S -L -o '1bd1e32a3bdc45362d1e726936510720a7c30a57.zip' 'https://api.github.com/repos/actions/cache/zipball/1bd1e32a3bdc45362d1e726936510720a7c30a57'
5+
curl -s -S -L -o 'f4b3439a656ba812b8cb417d2d49f9c810103092.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/f4b3439a656ba812b8cb417d2d49f9c810103092'
6+
curl -s -S -L -o 'f4b3439a656ba812b8cb417d2d49f9c810103092.zip' 'https://api.github.com/repos/actions/cache/zipball/f4b3439a656ba812b8cb417d2d49f9c810103092'
77
curl -s -S -L -o '4b0cf6cc4619e737324ddfcec08fff2413359514.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/4b0cf6cc4619e737324ddfcec08fff2413359514'
88
curl -s -S -L -o '4b0cf6cc4619e737324ddfcec08fff2413359514.zip' 'https://api.github.com/repos/actions/cache/zipball/4b0cf6cc4619e737324ddfcec08fff2413359514'
99
curl -s -S -L -o '136d96b4aee02b1f0de3ba493b1d47135042d9c0.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/136d96b4aee02b1f0de3ba493b1d47135042d9c0'
@@ -50,8 +50,10 @@ curl -s -S -L -o '704facf57e6136b1bc63b828d79edcd491f0ee84.tar.gz' 'https://api.
5050
curl -s -S -L -o '704facf57e6136b1bc63b828d79edcd491f0ee84.zip' 'https://api.github.com/repos/actions/cache/zipball/704facf57e6136b1bc63b828d79edcd491f0ee84'
5151
curl -s -S -L -o 'e12d46a63a90f2fae62d114769bbf2a179198b5c.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/e12d46a63a90f2fae62d114769bbf2a179198b5c'
5252
curl -s -S -L -o 'e12d46a63a90f2fae62d114769bbf2a179198b5c.zip' 'https://api.github.com/repos/actions/cache/zipball/e12d46a63a90f2fae62d114769bbf2a179198b5c'
53-
curl -s -S -L -o '6849a6489940f00c2f30c0fb92c6274307ccb58a.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/6849a6489940f00c2f30c0fb92c6274307ccb58a'
54-
curl -s -S -L -o '6849a6489940f00c2f30c0fb92c6274307ccb58a.zip' 'https://api.github.com/repos/actions/cache/zipball/6849a6489940f00c2f30c0fb92c6274307ccb58a'
53+
curl -s -S -L -o 'f4b3439a656ba812b8cb417d2d49f9c810103092.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/f4b3439a656ba812b8cb417d2d49f9c810103092'
54+
curl -s -S -L -o 'f4b3439a656ba812b8cb417d2d49f9c810103092.zip' 'https://api.github.com/repos/actions/cache/zipball/f4b3439a656ba812b8cb417d2d49f9c810103092'
55+
curl -s -S -L -o '1bd1e32a3bdc45362d1e726936510720a7c30a57.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/1bd1e32a3bdc45362d1e726936510720a7c30a57'
56+
curl -s -S -L -o '1bd1e32a3bdc45362d1e726936510720a7c30a57.zip' 'https://api.github.com/repos/actions/cache/zipball/1bd1e32a3bdc45362d1e726936510720a7c30a57'
5557
curl -s -S -L -o '13aacd865c20de90d75de3b17ebe84f7a17d57d2.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/13aacd865c20de90d75de3b17ebe84f7a17d57d2'
5658
curl -s -S -L -o '13aacd865c20de90d75de3b17ebe84f7a17d57d2.zip' 'https://api.github.com/repos/actions/cache/zipball/13aacd865c20de90d75de3b17ebe84f7a17d57d2'
5759
curl -s -S -L -o 'ab5e6d0c87105b4c9c2047343972218f562e4319.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/ab5e6d0c87105b4c9c2047343972218f562e4319'
@@ -64,4 +66,6 @@ curl -s -S -L -o '3624ceb22c1c5a301c8db4169662070a689d9ea8.tar.gz' 'https://api.
6466
curl -s -S -L -o '3624ceb22c1c5a301c8db4169662070a689d9ea8.zip' 'https://api.github.com/repos/actions/cache/zipball/3624ceb22c1c5a301c8db4169662070a689d9ea8'
6567
curl -s -S -L -o '6849a6489940f00c2f30c0fb92c6274307ccb58a.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/6849a6489940f00c2f30c0fb92c6274307ccb58a'
6668
curl -s -S -L -o '6849a6489940f00c2f30c0fb92c6274307ccb58a.zip' 'https://api.github.com/repos/actions/cache/zipball/6849a6489940f00c2f30c0fb92c6274307ccb58a'
69+
curl -s -S -L -o '1bd1e32a3bdc45362d1e726936510720a7c30a57.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/1bd1e32a3bdc45362d1e726936510720a7c30a57'
70+
curl -s -S -L -o '1bd1e32a3bdc45362d1e726936510720a7c30a57.zip' 'https://api.github.com/repos/actions/cache/zipball/1bd1e32a3bdc45362d1e726936510720a7c30a57'
6771
popd

script/generated/actions_checkout.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mkdir actions_checkout
22
pushd actions_checkout
3-
curl -s -S -L -o '11bd71901bbe5b1630ceea73d27597364c9af683.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/11bd71901bbe5b1630ceea73d27597364c9af683'
4-
curl -s -S -L -o '11bd71901bbe5b1630ceea73d27597364c9af683.zip' 'https://api.github.com/repos/actions/checkout/zipball/11bd71901bbe5b1630ceea73d27597364c9af683'
3+
curl -s -S -L -o 'cbb722410c2e876e24abbe8de2cc27693e501dcb.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/cbb722410c2e876e24abbe8de2cc27693e501dcb'
4+
curl -s -S -L -o 'cbb722410c2e876e24abbe8de2cc27693e501dcb.zip' 'https://api.github.com/repos/actions/checkout/zipball/cbb722410c2e876e24abbe8de2cc27693e501dcb'
55
curl -s -S -L -o '544eadc6bf3d226fd7a7a9f0dc5b5bf7ca0675b9.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/544eadc6bf3d226fd7a7a9f0dc5b5bf7ca0675b9'
66
curl -s -S -L -o '544eadc6bf3d226fd7a7a9f0dc5b5bf7ca0675b9.zip' 'https://api.github.com/repos/actions/checkout/zipball/544eadc6bf3d226fd7a7a9f0dc5b5bf7ca0675b9'
77
curl -s -S -L -o 'af513c7a016048ae468971c52ed77d9562c7c819.tar.gz' 'https://api.github.com/repos/actions/checkout/tarball/af513c7a016048ae468971c52ed77d9562c7c819'

script/generated/actions_setup-node.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mkdir actions_setup-node
22
pushd actions_setup-node
3-
curl -s -S -L -o '39370e3970a6d050c480ffad4ff0ed4d3fdee5af.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/39370e3970a6d050c480ffad4ff0ed4d3fdee5af'
4-
curl -s -S -L -o '39370e3970a6d050c480ffad4ff0ed4d3fdee5af.zip' 'https://api.github.com/repos/actions/setup-node/zipball/39370e3970a6d050c480ffad4ff0ed4d3fdee5af'
3+
curl -s -S -L -o '48b90677b6048efbc723b11a94acb950d3f1ac36.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/48b90677b6048efbc723b11a94acb950d3f1ac36'
4+
curl -s -S -L -o '48b90677b6048efbc723b11a94acb950d3f1ac36.zip' 'https://api.github.com/repos/actions/setup-node/zipball/48b90677b6048efbc723b11a94acb950d3f1ac36'
55
curl -s -S -L -o 'f1f314fca9dfce2769ece7d933488f076716723e.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/f1f314fca9dfce2769ece7d933488f076716723e'
66
curl -s -S -L -o 'f1f314fca9dfce2769ece7d933488f076716723e.zip' 'https://api.github.com/repos/actions/setup-node/zipball/f1f314fca9dfce2769ece7d933488f076716723e'
77
curl -s -S -L -o '0d7d2ca66539aca4af6c5102e29a33757e2c2d2c.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/0d7d2ca66539aca4af6c5102e29a33757e2c2d2c'

script/generated/actions_setup-python.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mkdir actions_setup-python
22
pushd actions_setup-python
3-
curl -s -S -L -o '0b93645e9fea7318ecaed2b359559ac225c90a2b.tar.gz' 'https://api.github.com/repos/actions/setup-python/tarball/0b93645e9fea7318ecaed2b359559ac225c90a2b'
4-
curl -s -S -L -o '0b93645e9fea7318ecaed2b359559ac225c90a2b.zip' 'https://api.github.com/repos/actions/setup-python/zipball/0b93645e9fea7318ecaed2b359559ac225c90a2b'
3+
curl -s -S -L -o '3fddbee7870211eda9047db10474808be43c71ec.tar.gz' 'https://api.github.com/repos/actions/setup-python/tarball/3fddbee7870211eda9047db10474808be43c71ec'
4+
curl -s -S -L -o '3fddbee7870211eda9047db10474808be43c71ec.zip' 'https://api.github.com/repos/actions/setup-python/zipball/3fddbee7870211eda9047db10474808be43c71ec'
55
curl -s -S -L -o 'e9aba2c848f5ebd159c070c61ea2c4e2b122355e.tar.gz' 'https://api.github.com/repos/actions/setup-python/tarball/e9aba2c848f5ebd159c070c61ea2c4e2b122355e'
66
curl -s -S -L -o 'e9aba2c848f5ebd159c070c61ea2c4e2b122355e.zip' 'https://api.github.com/repos/actions/setup-python/zipball/e9aba2c848f5ebd159c070c61ea2c4e2b122355e'
77
curl -s -S -L -o '79a60bc5f81b5089e080e675ad1f542941c1e8c0.tar.gz' 'https://api.github.com/repos/actions/setup-python/tarball/79a60bc5f81b5089e080e675ad1f542941c1e8c0'

script/generated/actions_upload-artifact.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mkdir actions_upload-artifact
22
pushd actions_upload-artifact
3-
curl -s -S -L -o '184d73b71b93c222403b2e7f1ffebe4508014249.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/184d73b71b93c222403b2e7f1ffebe4508014249'
4-
curl -s -S -L -o '184d73b71b93c222403b2e7f1ffebe4508014249.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/184d73b71b93c222403b2e7f1ffebe4508014249'
3+
curl -s -S -L -o '6f51ac03b9356f520e9adb1b1b7802705f340c2b.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/6f51ac03b9356f520e9adb1b1b7802705f340c2b'
4+
curl -s -S -L -o '6f51ac03b9356f520e9adb1b1b7802705f340c2b.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/6f51ac03b9356f520e9adb1b1b7802705f340c2b'
55
curl -s -S -L -o '34622df80861c3ed63eb2bff892de2f1fbf4c9da.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/34622df80861c3ed63eb2bff892de2f1fbf4c9da'
66
curl -s -S -L -o '34622df80861c3ed63eb2bff892de2f1fbf4c9da.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/34622df80861c3ed63eb2bff892de2f1fbf4c9da'
77
curl -s -S -L -o '631c3ac5d8cc76468d617056d13b8b27e16b2f92.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/631c3ac5d8cc76468d617056d13b8b27e16b2f92'
@@ -50,8 +50,8 @@ curl -s -S -L -o '9ee08a3b00e91a926cc9547dc79589c20872452f.tar.gz' 'https://api.
5050
curl -s -S -L -o '9ee08a3b00e91a926cc9547dc79589c20872452f.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/9ee08a3b00e91a926cc9547dc79589c20872452f'
5151
curl -s -S -L -o 'ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5'
5252
curl -s -S -L -o 'ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5'
53-
curl -s -S -L -o 'b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882'
54-
curl -s -S -L -o 'b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882'
53+
curl -s -S -L -o '6f51ac03b9356f520e9adb1b1b7802705f340c2b.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/6f51ac03b9356f520e9adb1b1b7802705f340c2b'
54+
curl -s -S -L -o '6f51ac03b9356f520e9adb1b1b7802705f340c2b.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/6f51ac03b9356f520e9adb1b1b7802705f340c2b'
5555
curl -s -S -L -o 'c7d193f32edcb7bfad88892161225aeda64e9392.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/c7d193f32edcb7bfad88892161225aeda64e9392'
5656
curl -s -S -L -o 'c7d193f32edcb7bfad88892161225aeda64e9392.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/c7d193f32edcb7bfad88892161225aeda64e9392'
5757
curl -s -S -L -o '1eb3cb2b3e0f29609092a73eb033bb759a334595.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/1eb3cb2b3e0f29609092a73eb033bb759a334595'
@@ -80,4 +80,6 @@ curl -s -S -L -o '84480863f228bb9747b473957fcc9e309aa96097.tar.gz' 'https://api.
8080
curl -s -S -L -o '84480863f228bb9747b473957fcc9e309aa96097.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/84480863f228bb9747b473957fcc9e309aa96097'
8181
curl -s -S -L -o 'b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882'
8282
curl -s -S -L -o 'b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882'
83+
curl -s -S -L -o '6f51ac03b9356f520e9adb1b1b7802705f340c2b.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/6f51ac03b9356f520e9adb1b1b7802705f340c2b'
84+
curl -s -S -L -o '6f51ac03b9356f520e9adb1b1b7802705f340c2b.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/6f51ac03b9356f520e9adb1b1b7802705f340c2b'
8385
popd

0 commit comments

Comments
 (0)