From 713ef244a19f6337a53937caa42c0684f0ad6c15 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Sun, 13 Nov 2022 02:06:29 -0700 Subject: [PATCH] CI: update GitHub Actions template versions --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index de317fcd..6f9b6d27 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true - name: Cache Rendered Data - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ./site/resources key: ${{ runner.os }}-rendered-${{ github.sha }} @@ -32,7 +32,7 @@ jobs: run: ./.ci/build.sh - name: Deploy if: ${{ ! github.base_ref }} - uses: JamesIves/github-pages-deploy-action@4.1.5 + uses: JamesIves/github-pages-deploy-action@4 with: token: ${{ secrets.GITHUB_TOKEN }} branch: master