From c85723a9082d6cae580f45157a57901498b7f540 Mon Sep 17 00:00:00 2001 From: zerosnacks <95942363+zerosnacks@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:17:46 +0200 Subject: [PATCH] chore(`v0.3.0`): start defaulting to stable (#60) * start defaulting to stable * bump deps * update version number to reflect v1.2.0 * bump version to 1.3.0 * point to existing tag * bump node to 23 --- README.md | 12 ++++++------ action.yml | 6 +++--- package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 700a31f..caa58ac 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ jobs: ### Inputs -| **Name** | **Required** | **Default** | **Description** | **Type** | -| -------------------- | ------------ | ------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------- | -| `cache` | No | `true` | Whether to cache RPC responses or not. | bool | -| `version` | No | `nightly` | Version to install, e.g. `nightly` or `1.0.0`. **Note:** Foundry only has nightly builds for the time being. | string | -| `cache-key` | No | `${{ github.job }}-${{ github.sha }}` | The cache key to use for caching. | string | -| `cache-restore-keys` | No | `[${{ github.job }}-]` | The cache keys to use for restoring the cache. | string[] | +| **Name** | **Required** | **Default** | **Description** | **Type** | +| -------------------- | ------------ | ------------------------------------- | -------------------------------------------------------- | -------- | +| `cache` | No | `true` | Whether to cache RPC responses or not. | bool | +| `version` | No | `stable` | Version to install, e.g. `stable`, `nightly` or `0.3.0`. | string | +| `cache-key` | No | `${{ github.job }}-${{ github.sha }}` | The cache key to use for caching. | string | +| `cache-restore-keys` | No | `[${{ github.job }}-]` | The cache keys to use for restoring the cache. | string[] | ### RPC Caching diff --git a/action.yml b/action.yml index 7da1a3e..b8c1a1d 100644 --- a/action.yml +++ b/action.yml @@ -29,16 +29,16 @@ inputs: This key is used to identify the cache to restore. If not provided, a default key consisting of the job id is used. required: false version: - default: "nightly" + default: "stable" description: | Foundry version. This version number has to match a released version of Foundry. - The default value is `nightly`, which will pull the latest nightly build. + The default value is `stable`, which will pull the latest stable build. required: false runs: - using: "node20" + using: "node23" main: "dist/index.js" post: "dist/save/index.js" post-if: success() diff --git a/package.json b/package.json index 96be083..1462d9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@foundry-rs/foundry-toolchain", - "version": "1.2.0", + "version": "1.3.0", "license": "SEE LICENSE IN LICENSE", "main": "dist/index.js", "keywords": [