mirror of
https://gitea.com/kongxiangyiren/gitea-tool-cache.git
synced 2025-10-23 03:44:44 +08:00
更新版本
This commit is contained in:
10
README.md
10
README.md
@ -14,7 +14,7 @@ See [action.yml](action.yml)
|
||||
|
||||
```yaml
|
||||
- id: tool-cache
|
||||
uses: kongxiangyiren/gitea-tool-cache@v4
|
||||
uses: kongxiangyiren/gitea-tool-cache@v5
|
||||
with:
|
||||
# go 和 dotnet 需要指定具体版本号
|
||||
node-version: 18
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: https://gitea.cn/actions/checkout@v4
|
||||
- id: tool-cache
|
||||
uses: kongxiangyiren/gitea-tool-cache@v4
|
||||
uses: kongxiangyiren/gitea-tool-cache@v5
|
||||
with:
|
||||
# go 和 dotnet 需要指定具体版本号
|
||||
node-version: ${{ matrix.node }}
|
||||
@ -81,7 +81,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: https://gitea.cn/actions/checkout@v4
|
||||
- id: tool-cache
|
||||
uses: kongxiangyiren/gitea-tool-cache@v4
|
||||
uses: kongxiangyiren/gitea-tool-cache@v5
|
||||
with:
|
||||
# 只有node支持版本号别名
|
||||
node-version: ${{ matrix.node }}
|
||||
@ -107,7 +107,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: https://gitea.cn/actions/checkout@v4
|
||||
- name: 安装环境
|
||||
uses: kongxiangyiren/gitea-tool-cache@v4
|
||||
uses: kongxiangyiren/gitea-tool-cache@v5
|
||||
with:
|
||||
# 需要指定具体版本号
|
||||
go-version: ${{ matrix.go }}
|
||||
@ -132,7 +132,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: https://gitea.cn/actions/checkout@v4
|
||||
- id: tool-cache
|
||||
uses: kongxiangyiren/gitea-tool-cache@v4
|
||||
uses: kongxiangyiren/gitea-tool-cache@v5
|
||||
with:
|
||||
# 需要指定具体版本号
|
||||
dotnet-version: ${{ matrix.dotnet }}
|
||||
|
Reference in New Issue
Block a user