fix: Fix caching issues.

This commit is contained in:
Miles Johnson 2023-04-17 15:35:03 -07:00
parent b183549b9a
commit c49c6099c9
4 changed files with 22 additions and 14 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@moonrepo/setup-rust",
"version": "0.3.0",
"version": "0.3.1",
"description": "A GitHub action for setting up Rust and Cargo.",
"main": "dist/index.js",
"scripts": {
@ -20,6 +20,7 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@ltd/j-toml": "^1.38.0"
},