From 5aafefa07b15399a19e5a0af38957e412e2a3299 Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Thu, 13 Apr 2023 16:58:35 +0800 Subject: [PATCH] Update Github Actions to v3 (#321) --- .github/workflows/deploycf.yml | 4 ++-- .github/workflows/deploygh.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploycf.yml b/.github/workflows/deploycf.yml index f00b2ce..9b4f8c0 100644 --- a/.github/workflows/deploycf.yml +++ b/.github/workflows/deploycf.yml @@ -19,13 +19,13 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ github.event.inputs.tag }} - name: "Restore cached files" - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: | diff --git a/.github/workflows/deploygh.yml b/.github/workflows/deploygh.yml index 7e6fd39..096adbc 100644 --- a/.github/workflows/deploygh.yml +++ b/.github/workflows/deploygh.yml @@ -20,13 +20,13 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ github.event.inputs.tag }} - name: "Restore cached files" - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: |