Skip to content

Commit ce1a8da

Browse files
fix(deps): pin dependencies (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jkroepke-automation[bot] <210774419+jkroepke-automation[bot]@users.noreply.github.com>
1 parent d008f35 commit ce1a8da

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"author": "Jan-Otto Kröpke",
88
"license": "MIT",
99
"dependencies": {
10-
"@actions/core": "^1.11.1",
11-
"@actions/exec": "^1.1.1",
12-
"@actions/http-client": "^2.2.3",
13-
"@actions/tool-cache": "^2.0.2",
14-
"semver": "^7.7.1"
10+
"@actions/core": "1.11.1",
11+
"@actions/exec": "1.1.1",
12+
"@actions/http-client": "2.2.3",
13+
"@actions/tool-cache": "2.0.2",
14+
"semver": "7.7.2"
1515
},
1616
"engines": {
1717
"node": "^20 || ^22"

0 commit comments

Comments
 (0)