Update Github Actions to v3 (#321)

This commit is contained in:
Letter N 2023-04-13 16:58:35 +08:00 committed by GitHub
parent e9b3b6b243
commit 5aafefa07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -19,13 +19,13 @@ jobs:
steps: steps:
- name: "Checkout code" - name: "Checkout code"
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ github.event.inputs.tag }} ref: ${{ github.event.inputs.tag }}
- name: "Restore cached files" - name: "Restore cached files"
uses: actions/cache@v2 uses: actions/cache@v3
id: cache id: cache
with: with:
path: | path: |

View File

@ -20,13 +20,13 @@ jobs:
steps: steps:
- name: "Checkout code" - name: "Checkout code"
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ github.event.inputs.tag }} ref: ${{ github.event.inputs.tag }}
- name: "Restore cached files" - name: "Restore cached files"
uses: actions/cache@v2 uses: actions/cache@v3
id: cache id: cache
with: with:
path: | path: |