This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 87b75083be build(deps): bump r-lib/actions from 2.10.1 to 2.11.1
(#1707)
87b75083be is described below
commit 87b75083be0bac3e3a59fa32e040975e0e974c23
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 2 23:37:51 2024 -0800
build(deps): bump r-lib/actions from 2.10.1 to 2.11.1 (#1707)
Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.10.1 to
2.11.1.
- [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/v2.10.1...v2.11.1)
---
updated-dependencies:
- dependency-name: r-lib/actions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/docs.yml | 4 ++--
.github/workflows/r.yml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 43a3bae6e0..a5494f9379 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -54,12 +54,12 @@ jobs:
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: pip install mike
- run: sudo apt update
- - uses: r-lib/actions/[email protected]
+ - uses: r-lib/actions/[email protected]
with:
r-version: release
use-public-rspm: true
- name: Query R dependencies
- uses: r-lib/actions/[email protected]
+ uses: r-lib/actions/[email protected]
with:
cache: true
extra-packages: |
diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml
index 51a33531f2..e3281dbfc5 100644
--- a/.github/workflows/r.yml
+++ b/.github/workflows/r.yml
@@ -77,12 +77,12 @@ jobs:
sudo apt-get -y remove --purge default-jdk adoptopenjdk-11-hotspot
|| :
shell: bash
- uses: actions/checkout@v4
- - uses: r-lib/actions/[email protected]
+ - uses: r-lib/actions/[email protected]
with:
r-version: ${{ matrix.r }}
use-public-rspm: true
- name: Query R dependencies
- uses: r-lib/actions/[email protected]
+ uses: r-lib/actions/[email protected]
with:
cache: true
extra-packages: |
@@ -90,7 +90,7 @@ jobs:
any::rcmdcheck
working-directory : './R'
- name: Build and check R package
- uses: r-lib/actions/[email protected]
+ uses: r-lib/actions/[email protected]
with:
build_args: 'c("--no-build-vignettes", "--no-manual")'
args: 'c("--no-build-vignettes", "--no-manual", "--no-tests")'