Skip to content

Commit

Permalink
* update @actions/core
Browse files Browse the repository at this point in the history
* change ascii message
  • Loading branch information
n4n0GH committed Feb 21, 2023
1 parent b0e4d03 commit 22278a7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
19 changes: 10 additions & 9 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ let cid = ''

const main = async () => {
console.log(`
.o .oooo.
.d88 d8P'\`Y8b
ooo. .oo. .d'888 ooo. .oo. 888 888
\`888P"Y88b .d' 888 \`888P"Y88b 888 888
888 888 88ooo888oo 888 888 888 888
888 888 888 888 888 \`88b d88'
o888o o888o o888o o888o o888o \`Y8bd8P'
--- touch grass, anon <3 ---
_ __
(_) / _|
_ _ __ | |_ ___
| | '_ \| _/ __|
| | |_) | | \__ \
|_| .__/|_| |___/
| |
|_|
--- decentralized storage ---
`)
try {
// @dev retrieve action inputs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "n4n0GH <[email protected]>",
"license": "BSD-2-Clause",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.0",
"@pinata/ipfs-gateway-tools": "^1.3.0",
"@pinata/sdk": "^1.1.26",
"@vercel/ncc": "^0.34.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@actions/core@^1.9.1":
version "1.9.1"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b"
integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==
"@actions/core@^1.10.0":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f"
integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==
dependencies:
"@actions/http-client" "^2.0.1"
uuid "^8.3.2"
Expand Down

0 comments on commit 22278a7

Please sign in to comment.