From 39251b9be05aa7ced083de1970c6dfde41786f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=BA=E5=B7=B7=E4=B8=80=E4=BA=BA?= <1530688385@qq.com> Date: Sun, 10 Mar 2024 16:23:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b08a873..012acd5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ See [action.yml](action.yml) ```yaml - id: tool-cache - uses: kongxiangyiren/gitea-tool-cache@v2 + uses: kongxiangyiren/gitea-tool-cache@v3 with: # go 和 dotnet 需要指定具体版本号 node-version: 18 @@ -43,7 +43,7 @@ jobs: - name: Checkout uses: https://gitea.cn/actions/checkout@v4 - id: tool-cache - uses: kongxiangyiren/gitea-tool-cache@v2 + uses: kongxiangyiren/gitea-tool-cache@v3 with: # go 和 dotnet 需要指定具体版本号 node-version: ${{ matrix.node }} @@ -83,7 +83,7 @@ jobs: - name: Checkout uses: https://gitea.cn/actions/checkout@v4 - id: tool-cache - uses: kongxiangyiren/gitea-tool-cache@v2 + uses: kongxiangyiren/gitea-tool-cache@v3 with: # 只有node支持版本号别名 node-version: ${{ matrix.node }} @@ -109,7 +109,7 @@ jobs: - name: Checkout uses: https://gitea.cn/actions/checkout@v4 - name: 安装环境 - uses: kongxiangyiren/gitea-tool-cache@v2 + uses: kongxiangyiren/gitea-tool-cache@v3 with: # 需要指定具体版本号 go-version: ${{ matrix.go }} @@ -134,7 +134,7 @@ jobs: - name: Checkout uses: https://gitea.cn/actions/checkout@v4 - id: tool-cache - uses: kongxiangyiren/gitea-tool-cache@v2 + uses: kongxiangyiren/gitea-tool-cache@v3 with: # 需要指定具体版本号 dotnet-version: ${{ matrix.dotnet }}