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: |