Skip to content

Commit

Permalink
fix(deps): rollback @actions/cache version to mitigate
Browse files Browse the repository at this point in the history
visit actions/toolkit#1898 for more information
  • Loading branch information
kamontat committed Dec 8, 2024
1 parent 8117fc0 commit 8628d9f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 152 deletions.
153 changes: 5 additions & 148 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "ae8ce260a9fe31796fe9681f0fcefa02e19ec56b",
"pnpmShrinkwrapHash": "38fbfacdab29aac3e5285a51f0995ad2c173e610",
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
2 changes: 1 addition & 1 deletion packages/github-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"dependencies": {
"@actions/cache": "4.0.0",
"@actions/cache": "3.3.0",
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"@actions/glob": "0.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"minify": true,
"sourcemap": true,
"platform": "node",
"target": "node20",
"external": ["@protobuf-ts/runtime", "@protobuf-ts/runtime-rpc"]
"target": "node20"
}
}
},
Expand Down

0 comments on commit 8628d9f

Please sign in to comment.