Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @actions/artifact to v2.2.0 #4268

Open
wants to merge 1 commit into
base: chore/renovateBaseBranch
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"waitForAllReleases": "yarn runScript dist/ci/codegen/waitForAllReleases.js"
},
"devDependencies": {
"@actions/artifact": "2.1.11",
"@actions/artifact": "2.2.0",
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"@actions/io": "1.1.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ __metadata:
version: 8
cacheKey: 10

"@actions/artifact@npm:2.1.11":
version: 2.1.11
resolution: "@actions/artifact@npm:2.1.11"
"@actions/artifact@npm:2.2.0":
version: 2.2.0
resolution: "@actions/artifact@npm:2.2.0"
dependencies:
"@actions/core": "npm:^1.10.0"
"@actions/github": "npm:^5.1.1"
Expand All @@ -22,7 +22,7 @@ __metadata:
jwt-decode: "npm:^3.1.2"
twirp-ts: "npm:^2.5.0"
unzip-stream: "npm:^0.3.1"
checksum: 10/8065a841cd7aeeb3d9cad20e8c75bd3ff545cf495a64010a51ba7590c0c1332536124e1f64af324d5d4983212eb4374247e97d997a0985ce3273f6fa5679eab5
checksum: 10/24704e7df6bd16dda2c3f3485b74c18b75254fe1e1909d42d4720423bc405a0ec2f51f5eff292f96b96db6c4b5f112a3b642f58520be0d544e8bd31ed12d9c26
languageName: node
linkType: hard

Expand Down Expand Up @@ -8495,7 +8495,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "scripts@workspace:scripts"
dependencies:
"@actions/artifact": "npm:2.1.11"
"@actions/artifact": "npm:2.2.0"
"@actions/core": "npm:1.11.1"
"@actions/exec": "npm:1.1.1"
"@actions/io": "npm:1.1.3"
Expand Down
Loading