Skip to content

Commit 6abcef4

Browse files
github-actions[bot]github-actions
andauthored
Update all (#43)
Co-authored-by: github-actions <[email protected]>
1 parent 9257a88 commit 6abcef4

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

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": "eff380dfbcf941bf8832e4acb788cebe13dfd758"
9+
"main": "1e60f620b9541d16bece96c5465dc8ee9832be0b"
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": "82c7e631bb3cdc910f68e0081d67478d79c6982d"
10+
"main": "a0d74c0c423f896bc4e7be91d5cb1e2d54438db3"
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": "552bf3722c16e81001aea7db72d8cedf64eb5f68"
9+
"main": "0b2256b8c012f0828dc542b3febcab082c67f72b"
1010
},
1111
"defaultBranch": "main",
1212
"tags": {
@@ -79,7 +79,7 @@
7979
"commit": "a8a3f3ad30e3422c9c7b888a15615d19a852ae32"
8080
},
8181
"v4": {
82-
"commit": "65462800fd760344b1a7b4382951275a0abb4808"
82+
"commit": "0b2256b8c012f0828dc542b3febcab082c67f72b"
8383
},
8484
"v4.0.0": {
8585
"commit": "c7d193f32edcb7bfad88892161225aeda64e9392"
@@ -101,6 +101,9 @@
101101
},
102102
"v4.3.3": {
103103
"commit": "65462800fd760344b1a7b4382951275a0abb4808"
104+
},
105+
"v4.3.4": {
106+
"commit": "0b2256b8c012f0828dc542b3febcab082c67f72b"
104107
}
105108
}
106109
}

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 'eff380dfbcf941bf8832e4acb788cebe13dfd758.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/eff380dfbcf941bf8832e4acb788cebe13dfd758'
4-
curl -s -S -L -o 'eff380dfbcf941bf8832e4acb788cebe13dfd758.zip' 'https://api.github.com/repos/actions/setup-node/zipball/eff380dfbcf941bf8832e4acb788cebe13dfd758'
3+
curl -s -S -L -o '1e60f620b9541d16bece96c5465dc8ee9832be0b.tar.gz' 'https://api.github.com/repos/actions/setup-node/tarball/1e60f620b9541d16bece96c5465dc8ee9832be0b'
4+
curl -s -S -L -o '1e60f620b9541d16bece96c5465dc8ee9832be0b.zip' 'https://api.github.com/repos/actions/setup-node/zipball/1e60f620b9541d16bece96c5465dc8ee9832be0b'
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 '82c7e631bb3cdc910f68e0081d67478d79c6982d.tar.gz' 'https://api.github.com/repos/actions/setup-python/tarball/82c7e631bb3cdc910f68e0081d67478d79c6982d'
4-
curl -s -S -L -o '82c7e631bb3cdc910f68e0081d67478d79c6982d.zip' 'https://api.github.com/repos/actions/setup-python/zipball/82c7e631bb3cdc910f68e0081d67478d79c6982d'
3+
curl -s -S -L -o 'a0d74c0c423f896bc4e7be91d5cb1e2d54438db3.tar.gz' 'https://api.github.com/repos/actions/setup-python/tarball/a0d74c0c423f896bc4e7be91d5cb1e2d54438db3'
4+
curl -s -S -L -o 'a0d74c0c423f896bc4e7be91d5cb1e2d54438db3.zip' 'https://api.github.com/repos/actions/setup-python/zipball/a0d74c0c423f896bc4e7be91d5cb1e2d54438db3'
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 '552bf3722c16e81001aea7db72d8cedf64eb5f68.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/552bf3722c16e81001aea7db72d8cedf64eb5f68'
4-
curl -s -S -L -o '552bf3722c16e81001aea7db72d8cedf64eb5f68.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/552bf3722c16e81001aea7db72d8cedf64eb5f68'
3+
curl -s -S -L -o '0b2256b8c012f0828dc542b3febcab082c67f72b.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/0b2256b8c012f0828dc542b3febcab082c67f72b'
4+
curl -s -S -L -o '0b2256b8c012f0828dc542b3febcab082c67f72b.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/0b2256b8c012f0828dc542b3febcab082c67f72b'
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'
@@ -46,8 +46,8 @@ curl -s -S -L -o '0b7f8abb1508181956e8e162db84b466c27e18ce.tar.gz' 'https://api.
4646
curl -s -S -L -o '0b7f8abb1508181956e8e162db84b466c27e18ce.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/0b7f8abb1508181956e8e162db84b466c27e18ce'
4747
curl -s -S -L -o 'a8a3f3ad30e3422c9c7b888a15615d19a852ae32.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/a8a3f3ad30e3422c9c7b888a15615d19a852ae32'
4848
curl -s -S -L -o 'a8a3f3ad30e3422c9c7b888a15615d19a852ae32.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/a8a3f3ad30e3422c9c7b888a15615d19a852ae32'
49-
curl -s -S -L -o '65462800fd760344b1a7b4382951275a0abb4808.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/65462800fd760344b1a7b4382951275a0abb4808'
50-
curl -s -S -L -o '65462800fd760344b1a7b4382951275a0abb4808.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/65462800fd760344b1a7b4382951275a0abb4808'
49+
curl -s -S -L -o '0b2256b8c012f0828dc542b3febcab082c67f72b.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/0b2256b8c012f0828dc542b3febcab082c67f72b'
50+
curl -s -S -L -o '0b2256b8c012f0828dc542b3febcab082c67f72b.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/0b2256b8c012f0828dc542b3febcab082c67f72b'
5151
curl -s -S -L -o 'c7d193f32edcb7bfad88892161225aeda64e9392.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/c7d193f32edcb7bfad88892161225aeda64e9392'
5252
curl -s -S -L -o 'c7d193f32edcb7bfad88892161225aeda64e9392.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/c7d193f32edcb7bfad88892161225aeda64e9392'
5353
curl -s -S -L -o '1eb3cb2b3e0f29609092a73eb033bb759a334595.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/1eb3cb2b3e0f29609092a73eb033bb759a334595'
@@ -62,4 +62,6 @@ curl -s -S -L -o '1746f4ab65b179e0ea60a494b83293b640dd5bba.tar.gz' 'https://api.
6262
curl -s -S -L -o '1746f4ab65b179e0ea60a494b83293b640dd5bba.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/1746f4ab65b179e0ea60a494b83293b640dd5bba'
6363
curl -s -S -L -o '65462800fd760344b1a7b4382951275a0abb4808.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/65462800fd760344b1a7b4382951275a0abb4808'
6464
curl -s -S -L -o '65462800fd760344b1a7b4382951275a0abb4808.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/65462800fd760344b1a7b4382951275a0abb4808'
65+
curl -s -S -L -o '0b2256b8c012f0828dc542b3febcab082c67f72b.tar.gz' 'https://api.github.com/repos/actions/upload-artifact/tarball/0b2256b8c012f0828dc542b3febcab082c67f72b'
66+
curl -s -S -L -o '0b2256b8c012f0828dc542b3febcab082c67f72b.zip' 'https://api.github.com/repos/actions/upload-artifact/zipball/0b2256b8c012f0828dc542b3febcab082c67f72b'
6567
popd

0 commit comments

Comments
 (0)