From 89ee5962c2f3a6e9b9f2c17d7e32de6b1728b56a Mon Sep 17 00:00:00 2001 From: Prashant V Date: Mon, 26 May 2025 16:52:27 -0700 Subject: [PATCH] WIP: use fork --- .github/workflows/go.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2d5d31d..0e206b5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,9 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: jdx/mise-action@v2 - with: - cache_key_prefix: mise-v0-${{ matrix.mise-env }} + - uses: prashantv/mise-action@mise-env-cache-key - name: Set up Go uses: actions/setup-go@v5 @@ -60,7 +58,7 @@ jobs: MISE_ENV: stable steps: - uses: actions/checkout@v4 - - uses: jdx/mise-action@v2 + - uses: prashantv/mise-action@mise-env-cache-key with: cache_key_prefix: mise-v0-stable - name: lint