diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 19b3620c..0d770255 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -8,7 +8,7 @@ on: jobs: build-website: if: ${{ !endsWith(github.repository, '/styles') }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 env: RSPM: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} @@ -19,7 +19,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' + ruby-version: '3.3' bundler-cache: true - name: Set up Python @@ -55,7 +55,7 @@ jobs: - name: Restore R Cache if: steps.check-rmd.outputs.count != 0 - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{ env.R_LIBS_USER }} key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}