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

fix(deps): update dependency @actions/core to v1.11.1 #1167

Merged
merged 1 commit into from
Oct 14, 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 @@ -17,7 +17,7 @@
"format:check": "prettier --check ."
},
"dependencies": {
"@actions/core": "1.11.0",
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"semver": "7.6.3"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ __metadata:
version: 8
cacheKey: 10

"@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: 10/64a215df0615e94be8678c7c60aa60abe3dcd0aab7fc9af4092327542bec5ccde57670947aa1020bdd5ad7ab1668902ed3429add4b1082ba5cda098b42e81c47
checksum: 10/94f260e33607cc16567ce4c88014f069cd7da92baaa443b72cff80fdf4f1dcd18192e135df0d51ec29e8b82cfe214218715d482f2a7804efa5095737d1245f38
languageName: node
linkType: hard

Expand Down Expand Up @@ -1149,7 +1149,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@side/npm-dependency-stats-action@workspace:."
dependencies:
"@actions/core": "npm:1.11.0"
"@actions/core": "npm:1.11.1"
"@actions/exec": "npm:1.1.1"
"@commitlint/cli": "npm:19.5.0"
"@side/commitlint-config": "npm:1.1.0"
Expand Down
Loading