diff --git a/.github/workflows/render-module-rmd.yaml b/.github/workflows/render-module-rmd.yaml index 08b997c..0359164 100644 --- a/.github/workflows/render-module-rmd.yaml +++ b/.github/workflows/render-module-rmd.yaml @@ -18,6 +18,7 @@ jobs: render: name: Render module Rmd runs-on: ubuntu-latest + timeout-minutes: 90 env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} @@ -25,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: PredictiveEcology/actions/install-spatial-deps@v0.2 + - uses: PredictiveEcology/actions/install-spatial-deps@v0.4 - name: Install other dependencies run: | @@ -44,13 +45,13 @@ jobs: - uses: r-lib/actions/setup-pandoc@v2 - - uses: PredictiveEcology/actions/install-Require@v0.2 + - uses: PredictiveEcology/actions/install-Require@v0.4 with: GitTag: 'development' - - uses: PredictiveEcology/actions/install-SpaDES@v0.2 + - uses: PredictiveEcology/actions/install-SpaDES@v0.4 - - uses: PredictiveEcology/actions/install-Rmd-pkgs@v0.2 + - uses: PredictiveEcology/actions/install-Rmd-pkgs@v0.4 - name: Install module package and other dependencies run: |