Skip to content

Commit

Permalink
Update all (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored May 13, 2024
1 parent b8e75c8 commit 046fc8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion config/actions/actions_checkout.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"+^v[0-9]+(\\.[0-9]+){0,2}$"
],
"branches": {
"main": "8459bc0c7e3759cdf591f513d9f141a95fef0a8f"
"main": "44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
},
"defaultBranch": "main",
"tags": {
Expand Down Expand Up @@ -135,6 +135,9 @@
},
"v4.1.4": {
"commit": "0ad4b8fadaa221de15dcec353f45205ec38ea70b"
},
"v4.1.5": {
"commit": "44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
}
}
}
6 changes: 4 additions & 2 deletions script/generated/actions_checkout.sh
Original file line number Diff line number Diff line change
@@ -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 '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 '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'
Expand Down Expand Up @@ -84,4 +84,6 @@ 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'
popd

0 comments on commit 046fc8b

Please sign in to comment.