You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2023/06/28 18:54:15 UTC

[arrow-rs] branch master updated: Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 (#4455)

This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 92a78942b Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 (#4455)
92a78942b is described below

commit 92a78942b6c75d316ab6ed2b6877723bf58ea388
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 28 19:54:08 2023 +0100

    Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 (#4455)
    
    Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.2 to 3.9.3.
    - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
    - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3.9.2...v3.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: peaceiris/actions-gh-pages
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/docs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index f94071fa9..7e80aea6b 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -89,7 +89,7 @@ jobs:
           rm website/build/artifact.tar
           cp .asf.yaml ./website/build/.asf.yaml
       - name: Deploy to gh-pages
-        uses: peaceiris/actions-gh-pages@v3.9.2
+        uses: peaceiris/actions-gh-pages@v3.9.3
         if: github.event_name == 'push' && github.ref_name == 'master'
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}