File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
32
32
### Inputs
33
33
34
- | **Name** | **Required** | **Default** | **Description** | **Type** |
35
- | -------------------- | ------------ | ------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------- |
36
- | ` cache` | No | `true` | Whether to cache RPC responses or not. | bool |
37
- | `version` | No | `nightly ` | Version to install, e.g. `nightly` or `1.0.0`. **Note:** Foundry only has nightly builds for the time being . | string |
38
- | `cache-key` | No | `${{ github.job }}-${{ github.sha }}` | The cache key to use for caching. | string |
39
- | `cache-restore-keys` | No | `[${{ github.job }}-]` | The cache keys to use for restoring the cache. | string[] |
34
+ | **Name** | **Required** | **Default** | **Description** | **Type** |
35
+ | -------------------- | ------------ | ------------------------------------- | -------------------------------------------------------- | -------- |
36
+ | ` cache` | No | `true` | Whether to cache RPC responses or not. | bool |
37
+ | `version` | No | `stable ` | Version to install, e.g. `stable`, ` nightly` or `0.3.0` . | string |
38
+ | `cache-key` | No | `${{ github.job }}-${{ github.sha }}` | The cache key to use for caching. | string |
39
+ | `cache-restore-keys` | No | `[${{ github.job }}-]` | The cache keys to use for restoring the cache. | string[] |
40
40
41
41
# ## RPC Caching
42
42
Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ inputs:
29
29
This key is used to identify the cache to restore. If not provided, a default key consisting of the job id is used.
30
30
required : false
31
31
version :
32
- default : " nightly "
32
+ default : " stable "
33
33
description : |
34
34
Foundry version.
35
35
36
36
This version number has to match a released version of Foundry.
37
- The default value is `nightly `, which will pull the latest nightly build.
37
+ The default value is `stable `, which will pull the latest stable build.
38
38
required : false
39
39
40
40
runs :
41
- using : " node20 "
41
+ using : " node23 "
42
42
main : " dist/index.js"
43
43
post : " dist/save/index.js"
44
44
post-if : success()
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @foundry-rs/foundry-toolchain" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"license" : " SEE LICENSE IN LICENSE" ,
5
5
"main" : " dist/index.js" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments