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

Update dependency @actions/core to v1.11.1 #683

Merged
merged 1 commit into from
Oct 5, 2024
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "npm run dist && npm run test"
},
"dependencies": {
"@actions/core": "1.11.0",
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"@octokit/rest": "21.0.2",
"console-log-level": "1.4.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ __metadata:
languageName: node
linkType: hard

"@actions/core@npm:1.11.0":
version: 1.11.0
resolution: "@actions/core@npm:1.11.0"
"@actions/core@npm:1.11.1":
version: 1.11.1
resolution: "@actions/core@npm:1.11.1"
dependencies:
"@actions/exec": "npm:^1.1.1"
"@actions/http-client": "npm:^2.0.1"
checksum: 10c0/54763ea46ce7a2a390c56819c94426fc24305547f56e80c5ef39f3a2b6ef1fcff3774635c73f792b17b88deb3bb71f79cc6deafe9fc2820602ed166ceb48221b
checksum: 10c0/9aa30b397d8d0dbc74e69fe46b23fb105cab989beb420c57eacbfc51c6804abe8da0f46973ca9f639d532ea4c096d0f4d37da0223fbe94f304fa3c5f53537c30
languageName: node
linkType: hard

Expand Down Expand Up @@ -7734,7 +7734,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "template-typescript@workspace:."
dependencies:
"@actions/core": "npm:1.11.0"
"@actions/core": "npm:1.11.1"
"@actions/github": "npm:6.0.0"
"@octokit/openapi-types": "npm:22.2.0"
"@octokit/rest": "npm:21.0.2"
Expand Down