diff --git a/README.md b/README.md index da51c5b..7b4b0f2 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ jobs: steps: # This step installs Deno, which is a new Javascript runtime that improves on Node. Can be used for an optional postprocessing step - name: Setup deno - uses: denoland/setup-deno@main + uses: denoland/setup-deno@v1 with: deno-version: v1.x # Check out the repository so it can read the files inside of it and do other operations