Skip to content

Commit fdbc2c6

Browse files
github-actions[bot]github-actions
andauthored
Update all (#75)
Co-authored-by: github-actions <github-actions-bot@users.noreply.github.com>
1 parent fd9ede2 commit fdbc2c6

File tree

6 files changed

+38
-18
lines changed

6 files changed

+38
-18
lines changed

config/actions/actions_cache.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"+^v[3-9]+(\\.[0-9]+){0,2}$"
77
],
88
"branches": {
9-
"main": "9fa7e61ec7e1f44ac75218e7aaea81da8856fd11"
9+
"main": "7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9"
1010
},
1111
"defaultBranch": "main",
1212
"tags": {
1313
"v3": {
14-
"commit": "f4b3439a656ba812b8cb417d2d49f9c810103092"
14+
"commit": "58c1e461ab4154b5b12d40cb0e84792b845ab8ba"
1515
},
1616
"v3.0.0": {
1717
"commit": "4b0cf6cc4619e737324ddfcec08fff2413359514"
@@ -85,8 +85,14 @@
8585
"v3.4.0": {
8686
"commit": "f4b3439a656ba812b8cb417d2d49f9c810103092"
8787
},
88+
"v3.4.1": {
89+
"commit": "58c1e461ab4154b5b12d40cb0e84792b845ab8ba"
90+
},
91+
"v3.4.2": {
92+
"commit": "387e18722e6ff315b24a3b8b071feddd27b7bf7e"
93+
},
8894
"v4": {
89-
"commit": "1bd1e32a3bdc45362d1e726936510720a7c30a57"
95+
"commit": "0c907a75c2c80ebcb7f088228285e798b750cf8f"
9096
},
9197
"v4.0.0": {
9298
"commit": "13aacd865c20de90d75de3b17ebe84f7a17d57d2"
@@ -108,6 +114,9 @@
108114
},
109115
"v4.2.0": {
110116
"commit": "1bd1e32a3bdc45362d1e726936510720a7c30a57"
117+
},
118+
"v4.2.1": {
119+
"commit": "0c907a75c2c80ebcb7f088228285e798b750cf8f"
111120
}
112121
}
113122
}

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": "8039c45ed9a312fba91f3399cd0605ba2ebfe93c"
10+
"main": "6ca8e8598faa206f7140a65ba31b899bebe16f58"
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": "65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08"
9+
"main": "4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1"
1010
},
1111
"defaultBranch": "main",
1212
"tags": {
@@ -85,7 +85,7 @@
8585
"commit": "ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5"
8686
},
8787
"v4": {
88-
"commit": "65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08"
88+
"commit": "4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1"
8989
},
9090
"v4.0.0": {
9191
"commit": "c7d193f32edcb7bfad88892161225aeda64e9392"
@@ -134,6 +134,9 @@
134134
},
135135
"v4.6.0": {
136136
"commit": "65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08"
137+
},
138+
"v4.6.1": {
139+
"commit": "4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1"
137140
}
138141
}
139142
}

script/generated/actions_cache.sh

Lines changed: 12 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 '9fa7e61ec7e1f44ac75218e7aaea81da8856fd11.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/9fa7e61ec7e1f44ac75218e7aaea81da8856fd11'
4-
curl -s -S -L -o '9fa7e61ec7e1f44ac75218e7aaea81da8856fd11.zip' 'https://api.github.com/repos/actions/cache/zipball/9fa7e61ec7e1f44ac75218e7aaea81da8856fd11'
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'
3+
curl -s -S -L -o '7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9'
4+
curl -s -S -L -o '7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9.zip' 'https://api.github.com/repos/actions/cache/zipball/7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9'
5+
curl -s -S -L -o '58c1e461ab4154b5b12d40cb0e84792b845ab8ba.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/58c1e461ab4154b5b12d40cb0e84792b845ab8ba'
6+
curl -s -S -L -o '58c1e461ab4154b5b12d40cb0e84792b845ab8ba.zip' 'https://api.github.com/repos/actions/cache/zipball/58c1e461ab4154b5b12d40cb0e84792b845ab8ba'
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'
@@ -52,8 +52,12 @@ curl -s -S -L -o 'e12d46a63a90f2fae62d114769bbf2a179198b5c.tar.gz' 'https://api.
5252
curl -s -S -L -o 'e12d46a63a90f2fae62d114769bbf2a179198b5c.zip' 'https://api.github.com/repos/actions/cache/zipball/e12d46a63a90f2fae62d114769bbf2a179198b5c'
5353
curl -s -S -L -o 'f4b3439a656ba812b8cb417d2d49f9c810103092.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/f4b3439a656ba812b8cb417d2d49f9c810103092'
5454
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'
55+
curl -s -S -L -o '58c1e461ab4154b5b12d40cb0e84792b845ab8ba.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/58c1e461ab4154b5b12d40cb0e84792b845ab8ba'
56+
curl -s -S -L -o '58c1e461ab4154b5b12d40cb0e84792b845ab8ba.zip' 'https://api.github.com/repos/actions/cache/zipball/58c1e461ab4154b5b12d40cb0e84792b845ab8ba'
57+
curl -s -S -L -o '387e18722e6ff315b24a3b8b071feddd27b7bf7e.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/387e18722e6ff315b24a3b8b071feddd27b7bf7e'
58+
curl -s -S -L -o '387e18722e6ff315b24a3b8b071feddd27b7bf7e.zip' 'https://api.github.com/repos/actions/cache/zipball/387e18722e6ff315b24a3b8b071feddd27b7bf7e'
59+
curl -s -S -L -o '0c907a75c2c80ebcb7f088228285e798b750cf8f.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/0c907a75c2c80ebcb7f088228285e798b750cf8f'
60+
curl -s -S -L -o '0c907a75c2c80ebcb7f088228285e798b750cf8f.zip' 'https://api.github.com/repos/actions/cache/zipball/0c907a75c2c80ebcb7f088228285e798b750cf8f'
5761
curl -s -S -L -o '13aacd865c20de90d75de3b17ebe84f7a17d57d2.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/13aacd865c20de90d75de3b17ebe84f7a17d57d2'
5862
curl -s -S -L -o '13aacd865c20de90d75de3b17ebe84f7a17d57d2.zip' 'https://api.github.com/repos/actions/cache/zipball/13aacd865c20de90d75de3b17ebe84f7a17d57d2'
5963
curl -s -S -L -o 'ab5e6d0c87105b4c9c2047343972218f562e4319.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/ab5e6d0c87105b4c9c2047343972218f562e4319'
@@ -68,4 +72,6 @@ curl -s -S -L -o '6849a6489940f00c2f30c0fb92c6274307ccb58a.tar.gz' 'https://api.
6872
curl -s -S -L -o '6849a6489940f00c2f30c0fb92c6274307ccb58a.zip' 'https://api.github.com/repos/actions/cache/zipball/6849a6489940f00c2f30c0fb92c6274307ccb58a'
6973
curl -s -S -L -o '1bd1e32a3bdc45362d1e726936510720a7c30a57.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/1bd1e32a3bdc45362d1e726936510720a7c30a57'
7074
curl -s -S -L -o '1bd1e32a3bdc45362d1e726936510720a7c30a57.zip' 'https://api.github.com/repos/actions/cache/zipball/1bd1e32a3bdc45362d1e726936510720a7c30a57'
75+
curl -s -S -L -o '0c907a75c2c80ebcb7f088228285e798b750cf8f.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/0c907a75c2c80ebcb7f088228285e798b750cf8f'
76+
curl -s -S -L -o '0c907a75c2c80ebcb7f088228285e798b750cf8f.zip' 'https://api.github.com/repos/actions/cache/zipball/0c907a75c2c80ebcb7f088228285e798b750cf8f'
7177
popd

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 '8039c45ed9a312fba91f3399cd0605ba2ebfe93c.tar.gz' 'https://api.github.com/repos/actions/setup-python/tarball/8039c45ed9a312fba91f3399cd0605ba2ebfe93c'
4-
curl -s -S -L -o '8039c45ed9a312fba91f3399cd0605ba2ebfe93c.zip' 'https://api.github.com/repos/actions/setup-python/zipball/8039c45ed9a312fba91f3399cd0605ba2ebfe93c'
3+
curl -s -S -L -o '6ca8e8598faa206f7140a65ba31b899bebe16f58.tar.gz' 'https://api.github.com/repos/actions/setup-python/tarball/6ca8e8598faa206f7140a65ba31b899bebe16f58'
4+
curl -s -S -L -o '6ca8e8598faa206f7140a65ba31b899bebe16f58.zip' 'https://api.github.com/repos/actions/setup-python/zipball/6ca8e8598faa206f7140a65ba31b899bebe16f58'
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 '65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08'
4-
curl -s -S -L -o '65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08'
3+
curl -s -S -L -o '4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1'
4+
curl -s -S -L -o '4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1'
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 '65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08'
54-
curl -s -S -L -o '65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08'
53+
curl -s -S -L -o '4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1'
54+
curl -s -S -L -o '4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1'
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'
@@ -84,4 +84,6 @@ curl -s -S -L -o '6f51ac03b9356f520e9adb1b1b7802705f340c2b.tar.gz' 'https://api.
8484
curl -s -S -L -o '6f51ac03b9356f520e9adb1b1b7802705f340c2b.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/6f51ac03b9356f520e9adb1b1b7802705f340c2b'
8585
curl -s -S -L -o '65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08'
8686
curl -s -S -L -o '65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08'
87+
curl -s -S -L -o '4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1'
88+
curl -s -S -L -o '4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1'
8789
popd

0 commit comments

Comments
 (0)