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/26 15:22:51 UTC

[arrow-rs] branch master updated: Bump actions/deploy-pages from 1 to 2 (#4449)

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 1fba5f5a5 Bump actions/deploy-pages from 1 to 2 (#4449)
1fba5f5a5 is described below

commit 1fba5f5a5fec46c0b930e446218c43339ec1b66f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 26 16:22:46 2023 +0100

    Bump actions/deploy-pages from 1 to 2 (#4449)
    
    Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1 to 2.
    - [Release notes](https://github.com/actions/deploy-pages/releases)
    - [Commits](https://github.com/actions/deploy-pages/compare/v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/deploy-pages
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 a7b9458a1..b46e6be3c 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -82,4 +82,4 @@ jobs:
     steps:
       - name: Deploy to GitHub Pages
         id: deployment
-        uses: actions/deploy-pages@v1
+        uses: actions/deploy-pages@v2