Skip to content

Commit 0ed7057

Browse files
github-actions[bot]github-actions
andauthored
Update all (#107)
Co-authored-by: github-actions <github-actions-bot@users.noreply.github.com>
1 parent 9cfee40 commit 0ed7057

File tree

8 files changed

+48
-18
lines changed

8 files changed

+48
-18
lines changed

config/actions/actions_cache.json

Lines changed: 9 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": "638ed79f9dc94c1de1baef91bcab5edaa19451f4"
9+
"main": "0057852bfaa89a56745cba8c7296529d2fc39830"
1010
},
1111
"defaultBranch": "main",
1212
"tags": {
1313
"v3": {
14-
"commit": "2f8e54208210a422b2efd51efaa6bd6d7ca8920f"
14+
"commit": "6f8efc29b200d32929f49075959781ed54ec270c"
1515
},
1616
"v3.0.0": {
1717
"commit": "4b0cf6cc4619e737324ddfcec08fff2413359514"
@@ -94,8 +94,11 @@
9494
"v3.4.3": {
9595
"commit": "2f8e54208210a422b2efd51efaa6bd6d7ca8920f"
9696
},
97+
"v3.5.0": {
98+
"commit": "6f8efc29b200d32929f49075959781ed54ec270c"
99+
},
97100
"v4": {
98-
"commit": "0400d5f644dc74513175e3cd8d07132dd4860809"
101+
"commit": "0057852bfaa89a56745cba8c7296529d2fc39830"
99102
},
100103
"v4.0.0": {
101104
"commit": "13aacd865c20de90d75de3b17ebe84f7a17d57d2"
@@ -129,6 +132,9 @@
129132
},
130133
"v4.2.4": {
131134
"commit": "0400d5f644dc74513175e3cd8d07132dd4860809"
135+
},
136+
"v4.3.0": {
137+
"commit": "0057852bfaa89a56745cba8c7296529d2fc39830"
132138
}
133139
}
134140
}

config/actions/actions_setup-node.json

Lines changed: 7 additions & 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": "5e2628c959b9ade56971c0afcebbe5332d44b398"
9+
"main": "89d709d423dc495668cd762a18dd4a070611be3f"
1010
},
1111
"defaultBranch": "main",
1212
"tags": {
@@ -196,6 +196,12 @@
196196
},
197197
"v4.4.0": {
198198
"commit": "49933ea5288caeca8642d1e84afbd3f7d6820020"
199+
},
200+
"v5": {
201+
"commit": "a0853c24544627f65ddf259abe73b1d18a591444"
202+
},
203+
"v5.0.0": {
204+
"commit": "a0853c24544627f65ddf259abe73b1d18a591444"
199205
}
200206
}
201207
}

config/actions/actions_setup-python.json

Lines changed: 7 additions & 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": "9322b3ca74000aeb2c01eb777b646334015ddd72"
10+
"main": "2e3e4b15a884dc73a63f962bff250a855150a234"
1111
},
1212
"defaultBranch": "main",
1313
"tags": {
@@ -156,6 +156,12 @@
156156
},
157157
"v5.6.0": {
158158
"commit": "a26af69be951a213d495a4c3e4e4022e16d87065"
159+
},
160+
"v6": {
161+
"commit": "e797f83bcb11b83ae66e0230d6156d7c80228e7c"
162+
},
163+
"v6.0.0": {
164+
"commit": "e797f83bcb11b83ae66e0230d6156d7c80228e7c"
159165
}
160166
}
161167
}

config/actions/actions_upload-artifact.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": "de65e23aa2b7e23d713bb51fbfcb6d502f8667d8"
9+
"main": "2848b2cda0e5190984587ec6bb1f36730ca78d50"
1010
},
1111
"defaultBranch": "main",
1212
"tags": {

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 '638ed79f9dc94c1de1baef91bcab5edaa19451f4.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/638ed79f9dc94c1de1baef91bcab5edaa19451f4'
4-
curl -s -S -L -o '638ed79f9dc94c1de1baef91bcab5edaa19451f4.zip' 'https://api.github.com/repos/actions/cache/zipball/638ed79f9dc94c1de1baef91bcab5edaa19451f4'
5-
curl -s -S -L -o '2f8e54208210a422b2efd51efaa6bd6d7ca8920f.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/2f8e54208210a422b2efd51efaa6bd6d7ca8920f'
6-
curl -s -S -L -o '2f8e54208210a422b2efd51efaa6bd6d7ca8920f.zip' 'https://api.github.com/repos/actions/cache/zipball/2f8e54208210a422b2efd51efaa6bd6d7ca8920f'
3+
curl -s -S -L -o '0057852bfaa89a56745cba8c7296529d2fc39830.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/0057852bfaa89a56745cba8c7296529d2fc39830'
4+
curl -s -S -L -o '0057852bfaa89a56745cba8c7296529d2fc39830.zip' 'https://api.github.com/repos/actions/cache/zipball/0057852bfaa89a56745cba8c7296529d2fc39830'
5+
curl -s -S -L -o '6f8efc29b200d32929f49075959781ed54ec270c.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/6f8efc29b200d32929f49075959781ed54ec270c'
6+
curl -s -S -L -o '6f8efc29b200d32929f49075959781ed54ec270c.zip' 'https://api.github.com/repos/actions/cache/zipball/6f8efc29b200d32929f49075959781ed54ec270c'
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'
@@ -58,8 +58,10 @@ curl -s -S -L -o '387e18722e6ff315b24a3b8b071feddd27b7bf7e.tar.gz' 'https://api.
5858
curl -s -S -L -o '387e18722e6ff315b24a3b8b071feddd27b7bf7e.zip' 'https://api.github.com/repos/actions/cache/zipball/387e18722e6ff315b24a3b8b071feddd27b7bf7e'
5959
curl -s -S -L -o '2f8e54208210a422b2efd51efaa6bd6d7ca8920f.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/2f8e54208210a422b2efd51efaa6bd6d7ca8920f'
6060
curl -s -S -L -o '2f8e54208210a422b2efd51efaa6bd6d7ca8920f.zip' 'https://api.github.com/repos/actions/cache/zipball/2f8e54208210a422b2efd51efaa6bd6d7ca8920f'
61-
curl -s -S -L -o '0400d5f644dc74513175e3cd8d07132dd4860809.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/0400d5f644dc74513175e3cd8d07132dd4860809'
62-
curl -s -S -L -o '0400d5f644dc74513175e3cd8d07132dd4860809.zip' 'https://api.github.com/repos/actions/cache/zipball/0400d5f644dc74513175e3cd8d07132dd4860809'
61+
curl -s -S -L -o '6f8efc29b200d32929f49075959781ed54ec270c.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/6f8efc29b200d32929f49075959781ed54ec270c'
62+
curl -s -S -L -o '6f8efc29b200d32929f49075959781ed54ec270c.zip' 'https://api.github.com/repos/actions/cache/zipball/6f8efc29b200d32929f49075959781ed54ec270c'
63+
curl -s -S -L -o '0057852bfaa89a56745cba8c7296529d2fc39830.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/0057852bfaa89a56745cba8c7296529d2fc39830'
64+
curl -s -S -L -o '0057852bfaa89a56745cba8c7296529d2fc39830.zip' 'https://api.github.com/repos/actions/cache/zipball/0057852bfaa89a56745cba8c7296529d2fc39830'
6365
curl -s -S -L -o '13aacd865c20de90d75de3b17ebe84f7a17d57d2.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/13aacd865c20de90d75de3b17ebe84f7a17d57d2'
6466
curl -s -S -L -o '13aacd865c20de90d75de3b17ebe84f7a17d57d2.zip' 'https://api.github.com/repos/actions/cache/zipball/13aacd865c20de90d75de3b17ebe84f7a17d57d2'
6567
curl -s -S -L -o 'ab5e6d0c87105b4c9c2047343972218f562e4319.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/ab5e6d0c87105b4c9c2047343972218f562e4319'
@@ -82,4 +84,6 @@ curl -s -S -L -o '5a3ec84eff668545956fd18022155c47e93e2684.tar.gz' 'https://api.
8284
curl -s -S -L -o '5a3ec84eff668545956fd18022155c47e93e2684.zip' 'https://api.github.com/repos/actions/cache/zipball/5a3ec84eff668545956fd18022155c47e93e2684'
8385
curl -s -S -L -o '0400d5f644dc74513175e3cd8d07132dd4860809.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/0400d5f644dc74513175e3cd8d07132dd4860809'
8486
curl -s -S -L -o '0400d5f644dc74513175e3cd8d07132dd4860809.zip' 'https://api.github.com/repos/actions/cache/zipball/0400d5f644dc74513175e3cd8d07132dd4860809'
87+
curl -s -S -L -o '0057852bfaa89a56745cba8c7296529d2fc39830.tar.gz' 'https://api.github.com/repos/actions/cache/tarball/0057852bfaa89a56745cba8c7296529d2fc39830'
88+
curl -s -S -L -o '0057852bfaa89a56745cba8c7296529d2fc39830.zip' 'https://api.github.com/repos/actions/cache/zipball/0057852bfaa89a56745cba8c7296529d2fc39830'
8589
popd

script/generated/actions_setup-node.sh

Lines changed: 6 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 '5e2628c959b9ade56971c0afcebbe5332d44b398.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/5e2628c959b9ade56971c0afcebbe5332d44b398'
4-
curl -s -S -L -o '5e2628c959b9ade56971c0afcebbe5332d44b398.zip' 'https://api.github.com/repos/actions/setup-node/zipball/5e2628c959b9ade56971c0afcebbe5332d44b398'
3+
curl -s -S -L -o '89d709d423dc495668cd762a18dd4a070611be3f.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/89d709d423dc495668cd762a18dd4a070611be3f'
4+
curl -s -S -L -o '89d709d423dc495668cd762a18dd4a070611be3f.zip' 'https://api.github.com/repos/actions/setup-node/zipball/89d709d423dc495668cd762a18dd4a070611be3f'
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'
@@ -126,4 +126,8 @@ curl -s -S -L -o 'cdca7365b2dadb8aad0a33bc7601856ffabcc48e.tar.gz' 'https://api.
126126
curl -s -S -L -o 'cdca7365b2dadb8aad0a33bc7601856ffabcc48e.zip' 'https://api.github.com/repos/actions/setup-node/zipball/cdca7365b2dadb8aad0a33bc7601856ffabcc48e'
127127
curl -s -S -L -o '49933ea5288caeca8642d1e84afbd3f7d6820020.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/49933ea5288caeca8642d1e84afbd3f7d6820020'
128128
curl -s -S -L -o '49933ea5288caeca8642d1e84afbd3f7d6820020.zip' 'https://api.github.com/repos/actions/setup-node/zipball/49933ea5288caeca8642d1e84afbd3f7d6820020'
129+
curl -s -S -L -o 'a0853c24544627f65ddf259abe73b1d18a591444.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/a0853c24544627f65ddf259abe73b1d18a591444'
130+
curl -s -S -L -o 'a0853c24544627f65ddf259abe73b1d18a591444.zip' 'https://api.github.com/repos/actions/setup-node/zipball/a0853c24544627f65ddf259abe73b1d18a591444'
131+
curl -s -S -L -o 'a0853c24544627f65ddf259abe73b1d18a591444.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/a0853c24544627f65ddf259abe73b1d18a591444'
132+
curl -s -S -L -o 'a0853c24544627f65ddf259abe73b1d18a591444.zip' 'https://api.github.com/repos/actions/setup-node/zipball/a0853c24544627f65ddf259abe73b1d18a591444'
129133
popd

script/generated/actions_setup-python.sh

Lines changed: 6 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 '9322b3ca74000aeb2c01eb777b646334015ddd72.tar.gz' 'https://api.github.com/repos/actions/setup-python/tarball/9322b3ca74000aeb2c01eb777b646334015ddd72'
4-
curl -s -S -L -o '9322b3ca74000aeb2c01eb777b646334015ddd72.zip' 'https://api.github.com/repos/actions/setup-python/zipball/9322b3ca74000aeb2c01eb777b646334015ddd72'
3+
curl -s -S -L -o '2e3e4b15a884dc73a63f962bff250a855150a234.tar.gz' 'https://api.github.com/repos/actions/setup-python/tarball/2e3e4b15a884dc73a63f962bff250a855150a234'
4+
curl -s -S -L -o '2e3e4b15a884dc73a63f962bff250a855150a234.zip' 'https://api.github.com/repos/actions/setup-python/zipball/2e3e4b15a884dc73a63f962bff250a855150a234'
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 '6c4e46d258ee4bf9a1263c78a91ec029bbe54cf0.tar.gz' 'https://api.github.com/repos/actions/setup-python/tarball/6c4e46d258ee4bf9a1263c78a91ec029bbe54cf0'
@@ -98,4 +98,8 @@ curl -s -S -L -o '8d9ed9ac5c53483de85588cdf95a591a75ab9f55.tar.gz' 'https://api.
9898
curl -s -S -L -o '8d9ed9ac5c53483de85588cdf95a591a75ab9f55.zip' 'https://api.github.com/repos/actions/setup-python/zipball/8d9ed9ac5c53483de85588cdf95a591a75ab9f55'
9999
curl -s -S -L -o 'a26af69be951a213d495a4c3e4e4022e16d87065.tar.gz' 'https://api.github.com/repos/actions/setup-python/tarball/a26af69be951a213d495a4c3e4e4022e16d87065'
100100
curl -s -S -L -o 'a26af69be951a213d495a4c3e4e4022e16d87065.zip' 'https://api.github.com/repos/actions/setup-python/zipball/a26af69be951a213d495a4c3e4e4022e16d87065'
101+
curl -s -S -L -o 'e797f83bcb11b83ae66e0230d6156d7c80228e7c.tar.gz' 'https://api.github.com/repos/actions/setup-python/tarball/e797f83bcb11b83ae66e0230d6156d7c80228e7c'
102+
curl -s -S -L -o 'e797f83bcb11b83ae66e0230d6156d7c80228e7c.zip' 'https://api.github.com/repos/actions/setup-python/zipball/e797f83bcb11b83ae66e0230d6156d7c80228e7c'
103+
curl -s -S -L -o 'e797f83bcb11b83ae66e0230d6156d7c80228e7c.tar.gz' 'https://api.github.com/repos/actions/setup-python/tarball/e797f83bcb11b83ae66e0230d6156d7c80228e7c'
104+
curl -s -S -L -o 'e797f83bcb11b83ae66e0230d6156d7c80228e7c.zip' 'https://api.github.com/repos/actions/setup-python/zipball/e797f83bcb11b83ae66e0230d6156d7c80228e7c'
101105
popd

script/generated/actions_upload-artifact.sh

Lines changed: 2 additions & 2 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 'de65e23aa2b7e23d713bb51fbfcb6d502f8667d8.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/de65e23aa2b7e23d713bb51fbfcb6d502f8667d8'
4-
curl -s -S -L -o 'de65e23aa2b7e23d713bb51fbfcb6d502f8667d8.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/de65e23aa2b7e23d713bb51fbfcb6d502f8667d8'
3+
curl -s -S -L -o '2848b2cda0e5190984587ec6bb1f36730ca78d50.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/2848b2cda0e5190984587ec6bb1f36730ca78d50'
4+
curl -s -S -L -o '2848b2cda0e5190984587ec6bb1f36730ca78d50.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/2848b2cda0e5190984587ec6bb1f36730ca78d50'
55
curl -s -S -L -o '3446296876d12d4e3a0f3145a3c87e67bf0a16b5.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/3446296876d12d4e3a0f3145a3c87e67bf0a16b5'
66
curl -s -S -L -o '3446296876d12d4e3a0f3145a3c87e67bf0a16b5.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/3446296876d12d4e3a0f3145a3c87e67bf0a16b5'
77
curl -s -S -L -o '3446296876d12d4e3a0f3145a3c87e67bf0a16b5.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/3446296876d12d4e3a0f3145a3c87e67bf0a16b5'

0 commit comments

Comments
 (0)