From 8a35fa6556d7ade13b988a19c7aaf305d85b2d14 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 14 Jan 2025 10:55:19 -0500 Subject: [PATCH] About time we updated the docs to use @v2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5347a9a..de47d4a5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # GitHub Action ```yaml -- uses: pkgxdev/setup@v1 +- uses: pkgxdev/setup@v2 ``` Installs the latest version of `pkgx`. @@ -15,7 +15,7 @@ Installs the latest version of `pkgx`. See [`action.yml`] for all inputs and outputs, but here’s the usual ones: ```yaml -- uses: pkgxdev/setup@v1 +- uses: pkgxdev/setup@v2 with: +: deno@1.30 rust@1.60 # we understand colloquial names, generally just type what you know