Skip to content

Commit c15c420

Browse files
committed
deps: Update to latest.
1 parent 9c00f9c commit c15c420

File tree

3 files changed

+743
-617
lines changed

3 files changed

+743
-617
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.0.3
2+
3+
- Include `GITHUB_WORKFLOW` in cache key.
4+
- Updated dependencies.
5+
6+
# 1.0.2
7+
8+
- Switch to Node.js v20.
9+
110
# 1.0.1
211

312
- Fixed an issue where a module was missing from the build.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonrepo/setup-rust",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A GitHub action for setting up Rust and Cargo.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -16,8 +16,8 @@
1616
"author": "Miles Johnson",
1717
"license": "MIT",
1818
"dependencies": {
19-
"@actions/cache": "^3.2.1",
20-
"@actions/core": "^1.10.0",
19+
"@actions/cache": "^3.2.2",
20+
"@actions/core": "^1.10.1",
2121
"@actions/exec": "^1.1.1",
2222
"@actions/glob": "^0.4.0",
2323
"@actions/io": "^1.1.3",
@@ -26,14 +26,14 @@
2626
"detect-libc": "^2.0.2"
2727
},
2828
"devDependencies": {
29-
"@types/node": "^20.8.9",
30-
"@vercel/ncc": "^0.36.1",
31-
"eslint": "^8.46.0",
32-
"eslint-config-moon": "^2.0.6",
33-
"prettier": "^3.0.0",
29+
"@types/node": "^20.9.0",
30+
"@vercel/ncc": "^0.38.1",
31+
"eslint": "^8.53.0",
32+
"eslint-config-moon": "^2.0.11",
33+
"prettier": "^3.0.3",
3434
"prettier-config-moon": "^1.1.2",
3535
"tsconfig-moon": "^1.3.0",
36-
"typescript": "^5.1.6"
36+
"typescript": "^5.2.2"
3737
},
3838
"engines": {
3939
"node": ">=20.0.0"

0 commit comments

Comments
 (0)