diff --git a/.github/workflows/deploy-to-dahongpao.yml b/.github/workflows/deploy-to-dahongpao.yml index 86489d6..492d6ca 100644 --- a/.github/workflows/deploy-to-dahongpao.yml +++ b/.github/workflows/deploy-to-dahongpao.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone GitHub Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm'