From f10c4a6d64e8cfdfef77a00815c3cbfb41e51e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 15:22:49 +0000 Subject: [PATCH] Bump the github-actions group with 6 updates Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `2.8.0` | `7.0.1` | | [r-lib/actions/setup-pandoc](https://github.com/r-lib/actions) | `1.0.2` | `2.13.0` | | [r-lib/actions/setup-r](https://github.com/r-lib/actions) | `1.0.2` | `2.13.0` | | [r-lib/actions/setup-renv](https://github.com/r-lib/actions) | `1.0.2` | `2.13.0` | | [actions/cache](https://github.com/actions/cache) | `2` | `6` | | [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) | `4.1.4` | `4.9.0` | Updates `actions/checkout` from 2.8.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/0717577d45739eb3c851188b29f50ed6c0b2194e...3d3c42e5aac5ba805825da76410c181273ba90b1) Updates `r-lib/actions/setup-pandoc` from 1.0.2 to 2.13.0 - [Release notes](https://github.com/r-lib/actions/releases) - [Changelog](https://github.com/r-lib/actions/blob/v2-branch/NEWS.md) - [Commits](https://github.com/r-lib/actions/compare/f5b3dfbf1942ce68283de21bf65cce051e3a2c4d...465b7d8e732ca3921382b1674c59bada9cbf3399) Updates `r-lib/actions/setup-r` from 1.0.2 to 2.13.0 - [Release notes](https://github.com/r-lib/actions/releases) - [Changelog](https://github.com/r-lib/actions/blob/v2-branch/NEWS.md) - [Commits](https://github.com/r-lib/actions/compare/f5b3dfbf1942ce68283de21bf65cce051e3a2c4d...465b7d8e732ca3921382b1674c59bada9cbf3399) Updates `r-lib/actions/setup-renv` from 1.0.2 to 2.13.0 - [Release notes](https://github.com/r-lib/actions/releases) - [Changelog](https://github.com/r-lib/actions/blob/v2-branch/NEWS.md) - [Commits](https://github.com/r-lib/actions/compare/f5b3dfbf1942ce68283de21bf65cce051e3a2c4d...465b7d8e732ca3921382b1674c59bada9cbf3399) Updates `actions/cache` from 2 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/8492260343ad570701412c2f464a5877dc76bace...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) Updates `JamesIves/github-pages-deploy-action` from 4.1.4 to 4.9.0 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/5dc1d5a192aeb5ab5b7d5a77b7d36aea4a7f5c92...fa24774553152dd7873cd16ebd8d959b010c5445) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: r-lib/actions/setup-pandoc dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: r-lib/actions/setup-r dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: r-lib/actions/setup-renv dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy_bookdown.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy_bookdown.yml b/.github/workflows/deploy_bookdown.yml index ae3e1fc..9b3ad45 100644 --- a/.github/workflows/deploy_bookdown.yml +++ b/.github/workflows/deploy_bookdown.yml @@ -62,18 +62,18 @@ jobs: env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: r-lib/actions/setup-pandoc@f5b3dfbf1942ce68283de21bf65cce051e3a2c4d # v1.0.2 + - uses: r-lib/actions/setup-pandoc@465b7d8e732ca3921382b1674c59bada9cbf3399 # v2.13.0 - - uses: r-lib/actions/setup-r@f5b3dfbf1942ce68283de21bf65cce051e3a2c4d # v1.0.2 + - uses: r-lib/actions/setup-r@465b7d8e732ca3921382b1674c59bada9cbf3399 # v2.13.0 with: use-public-rspm: true - - uses: r-lib/actions/setup-renv@f5b3dfbf1942ce68283de21bf65cce051e3a2c4d # v1.0.2 + - uses: r-lib/actions/setup-renv@465b7d8e732ca3921382b1674c59bada9cbf3399 # v2.13.0 - name: Cache bookdown results - uses: actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: book-content/_bookdown_files key: bookdown-${{ hashFiles('**/*Rmd') }} @@ -86,7 +86,7 @@ jobs: run: Rscript -e 'bookdown::render_book("book-content", quiet = TRUE)' - name: Deploy to GitHub pages 🚀 - uses: JamesIves/github-pages-deploy-action@5dc1d5a192aeb5ab5b7d5a77b7d36aea4a7f5c92 # 4.1.4 + uses: JamesIves/github-pages-deploy-action@fa24774553152dd7873cd16ebd8d959b010c5445 # 4.9.0 with: branch: gh-pages folder: book-content/_book