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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-erlang.git


The following commit(s) were added to refs/heads/main by this push:
     new e3626d5  chore: bump actions/deploy-pages from 5.0.0 to 5.0.1 (#119)
e3626d5 is described below

commit e3626d52f630bf1b941e7ebc6560565be75c4330
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 9 09:46:54 2026 +0900

    chore: bump actions/deploy-pages from 5.0.0 to 5.0.1 (#119)
    
    Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages)
    from 5.0.0 to 5.0.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    
href="https://github.com/actions/deploy-pages/releases";>actions/deploy-pages's
    releases</a>.</em></p>
    <blockquote>
    <h2>v5.0.1</h2>
    <h1>Changelog</h1>
    <ul>
    <li>Add backoff and jitter to deployment polling <a
    href="https://github.com/yoannchaudet";><code>@​yoannchaudet</code></a>
    (<a
    
href="https://redirect.github.com/actions/deploy-pages/issues/444";>#444</a>)</li>
    <li>Improve deployment request test coverage <a
    href="https://github.com/adwitiyagoyal";><code>@​adwitiyagoyal</code></a>
    (<a
    
href="https://redirect.github.com/actions/deploy-pages/issues/440";>#440</a>)</li>
    </ul>
    <hr />
    <p>See details of <a
    href="https://github.com/actions/deploy-pages/compare/v5.0.0...v5.0.1";>all
    code changes</a> since previous release.</p>
    <p>:warning: For use with products other than GitHub.com, such as GitHub
    Enterprise Server, please consult the <a
    href="https://github.com/actions/deploy-pages/#compatibility";>compatibility
    table</a>.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/actions/deploy-pages/commit/368f82528645a54fb793d4d04e342629a3f51346";><code>368f825</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/deploy-pages/issues/444";>#444</a>
    from actions/yoannchaudet-deployment-polling-backoff</li>
    <li><a
    
href="https://github.com/actions/deploy-pages/commit/7e97763d1f8271fc88f351a0c275f37de7f32094";><code>7e97763</code></a>
    Validate deployment polling intervals</li>
    <li><a
    
href="https://github.com/actions/deploy-pages/commit/0143e11abb4ace1f6858cb44b2ab99eae8a40b45";><code>0143e11</code></a>
    Add backoff and jitter to deployment polling</li>
    <li><a
    
href="https://github.com/actions/deploy-pages/commit/5e98f10ce206463e411e82ac66ef0f2df79c5499";><code>5e98f10</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/deploy-pages/issues/440";>#440</a>
    from actions/user/adwitiya</li>
    <li><a
    
href="https://github.com/actions/deploy-pages/commit/8b0625abb54462fce279dc6ce57ef7ce0fb8b8fc";><code>8b0625a</code></a>
    Improve deployment request test coverage</li>
    <li>See full diff in <a
    
href="https://github.com/actions/deploy-pages/compare/cd2ce8fcbc39b97be8ca5fce6e763baed58fa128...368f82528645a54fb793d4d04e342629a3f51346";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/deploy-pages&package-manager=github_actions&previous-version=5.0.0&new-version=5.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@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 1a1d7a2..87a8686 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -91,7 +91,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - id: deployment
-        uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # 
v5.0.0
+        uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # 
v5.0.1
         with:
            artifact_name: docs-${{ github.sha }}
 

Reply via email to