diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index bc1fc89..ca14f9b 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Build and Cache Lectures - uses: quantecon/actions/build-jupyter-cache@v0.8.0 + uses: quantecon/actions/build-jupyter-cache@v0 with: builders: 'html' create-issue-on-failure: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0f2600..ff52b94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,10 @@ jobs: fetch-depth: 0 - name: Restore Jupyter Cache - uses: quantecon/actions/restore-jupyter-cache@v0.8.0 + uses: quantecon/actions/restore-jupyter-cache@v0 - name: Build HTML - uses: quantecon/actions/build-lectures@v0.8.0 + uses: quantecon/actions/build-lectures@v0 id: build with: builder: 'html' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 964949f..1149bb6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,10 +31,10 @@ jobs: fetch-depth: 0 - name: Restore Jupyter Cache - uses: quantecon/actions/restore-jupyter-cache@v0.8.0 + uses: quantecon/actions/restore-jupyter-cache@v0 - name: Build HTML - uses: quantecon/actions/build-lectures@v0.8.0 + uses: quantecon/actions/build-lectures@v0 id: build with: builder: 'html' @@ -66,7 +66,7 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: quantecon/actions/publish-gh-pages@v0.8.0 + uses: quantecon/actions/publish-gh-pages@v0 with: build-dir: _build/html create-release-assets: 'true'