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 86def1f8db build(deps): bump r-lib/actions from 2.11.1 to 2.11.2
(#1836)
86def1f8db is described below
commit 86def1f8db7d1ad8ed9102fb00396215ff1221ca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 4 16:40:03 2025 -0800
build(deps): bump r-lib/actions from 2.11.1 to 2.11.2 (#1836)
Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.11.1 to
2.11.2.
- [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.11.1...v2.11.2)
---
updated-dependencies:
- dependency-name: r-lib/actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 a5494f9379..b1c05ab339 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 e3281dbfc5..ad1ca95db9 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")'