From 81c431dc792dffc540a4f94bf83d1140426d62ea Mon Sep 17 00:00:00 2001 From: Eric Matthys Date: Thu, 20 Jun 2024 15:37:44 -0600 Subject: [PATCH] Update README.md to refer to v2 consistently (#96) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70f9879..58fd0f1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: jdx/mise-action@v1 + - uses: jdx/mise-action@v2 # .tool-versions will be read from repo root - run: node ./my_app.js ```