This commit is contained in:
Max 2023-04-01 15:17:17 +08:00
parent ceab7754ea
commit d8ccc59061
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Get Version - name: Get Version
run: | run: |

View file

@ -37,7 +37,7 @@ jobs:
run: npm install -g pnpm run: npm install -g pnpm
- name: Setup Cache - name: Setup Cache
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: | path: |
~/.cache/go-build ~/.cache/go-build

View file

@ -32,7 +32,7 @@ jobs:
run: npm install -g pnpm run: npm install -g pnpm
- name: Setup Cache - name: Setup Cache
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: | path: |
~/.cache/go-build ~/.cache/go-build