diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..7809c2a9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + commit-message: + prefix: ⬆️ + schedule: + interval: weekly diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index f1c7c712..7b4316bc 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -48,4 +48,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: build-cache - path: _build \ No newline at end of file + path: _build + include-hidden-files: true \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f072929a..a761f8f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: shell: bash -l {0} run: pip list - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: workflow: cache.yml branch: main @@ -74,7 +74,7 @@ jobs: name: _build path: _build - name: Preview Deploy to Netlify - uses: nwtgck/actions-netlify@v2 + uses: nwtgck/actions-netlify@v3 with: publish-dir: '_build/html/' production-branch: master diff --git a/.github/workflows/execution.yml b/.github/workflows/execution.yml index 2d5f5493..cb4b5b9b 100644 --- a/.github/workflows/execution.yml +++ b/.github/workflows/execution.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true python-version: ${{ matrix.python-version }} @@ -89,7 +89,7 @@ jobs: # steps: # - name: Checkout # uses: actions/checkout@v2 - # - uses: conda-incubator/setup-miniconda@v2 + # - uses: conda-incubator/setup-miniconda@v3 # with: # auto-update-conda: true # python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 677a1967..2756bf1e 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -27,7 +27,7 @@ jobs: environment-file: environment.yml activate-environment: quantecon - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: workflow: cache.yml branch: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b8a9562e..4ab70d9b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,7 @@ jobs: shell: bash -l {0} run: pip list - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: workflow: cache.yml branch: main @@ -73,7 +73,7 @@ jobs: rm -r _build/.doctrees jb build lectures --path-output ./ - name: Deploy website to gh-pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: _build/html/