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 9417abd0d build(deps): bump r-lib/actions from 2.9.0 to 2.10.1 (#1569)
9417abd0d is described below

commit 9417abd0de0360088aaac98a55210332ddd46bd6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 1 22:34:50 2024 -0700

    build(deps): bump r-lib/actions from 2.9.0 to 2.10.1 (#1569)
    
    Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.9.0 to 
2.10.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.9.0...v2.10.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 1fb826fab..53ae1a2c0 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -37,12 +37,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 24f73b192..466832bc2 100644
--- a/.github/workflows/r.yml
+++ b/.github/workflows/r.yml
@@ -60,12 +60,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: |
@@ -73,7 +73,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")'

Reply via email to