From f97e1f4c28d7cf7c928ed6ae225c971e227bcb78 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Mon, 19 Jul 2021 13:03:05 +0800 Subject: [PATCH] Release v2.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e0450e..e3038d6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Include the action in your workflow yaml file with the following arguments: ```yaml steps: ... - - uses: pdm-project/setup-pdm@v2 + - uses: pdm-project/setup-pdm@v2.1 name: Setup PDM with: python-version: 3.8 # Version range or exact version of a Python version to use, the same as actions/setup-python