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

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 87777d4  chore(deps): Bump peaceiris/actions-gh-pages from 3.9.2 to 
3.9.3 (#143)
87777d4 is described below

commit 87777d4ca73fad2413ba5e7c856d8549a0da498c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 1 20:50:30 2024 +0100

    chore(deps): Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 (#143)
    
    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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/website.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 28842f2..abf9792 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -48,7 +48,7 @@ jobs:
         run: cp .asf.yaml ./website/book/.asf.yaml
 
       - name: Deploy to gh-pages
-        uses: peaceiris/[email protected]
+        uses: peaceiris/[email protected]
         if: github.event_name == 'push' && github.ref_name == 'main'
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}

Reply via email to