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

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


The following commit(s) were added to refs/heads/main by this push:
     new 420b131  chore: Bump actions/setup-dotnet from 5.4.0 to 6.0.0 (#387)
420b131 is described below

commit 420b1318965177e0cce7c2d62166c455a1e95d59
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 19 21:26:00 2026 -0700

    chore: Bump actions/setup-dotnet from 5.4.0 to 6.0.0 (#387)
    
    Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet)
    from 5.4.0 to 6.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    
href="https://github.com/actions/setup-dotnet/releases";>actions/setup-dotnet's
    releases</a>.</em></p>
    <blockquote>
    <h2>v6.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Migrate to ESM and upgrade dependencies by <a
    href="https://github.com/priyagupta108";><code>@​priyagupta108</code></a>
    in <a
    
href="https://redirect.github.com/actions/setup-dotnet/pull/752";>actions/setup-dotnet#752</a></li>
    <li>Bump actions/checkout from 6.0.3 to 7.0.0 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/actions/setup-dotnet/pull/751";>actions/setup-dotnet#751</a></li>
    <li>chore(deps): bump <code>@​actions/cache</code> to 6.2.0 by <a
    href="https://github.com/philip-gai";><code>@​philip-gai</code></a> in <a
    
href="https://redirect.github.com/actions/setup-dotnet/pull/756";>actions/setup-dotnet#756</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/philip-gai";><code>@​philip-gai</code></a> made
    their first contribution in <a
    
href="https://redirect.github.com/actions/setup-dotnet/pull/756";>actions/setup-dotnet#756</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/actions/setup-dotnet/compare/v5...v6.0.0";>https://github.com/actions/setup-dotnet/compare/v5...v6.0.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/actions/setup-dotnet/commit/a98b56852c35b8e3190ac28c8c2271da59106c68";><code>a98b568</code></a>
    chore(deps): bump <code>@​actions/cache</code> to 6.2.0 (<a
    
href="https://redirect.github.com/actions/setup-dotnet/issues/756";>#756</a>)</li>
    <li><a
    
href="https://github.com/actions/setup-dotnet/commit/afb2931642fd907238eb71bce2da0dcc910b3553";><code>afb2931</code></a>
    Bump actions/checkout from 6.0.3 to 7.0.0 (<a
    
href="https://redirect.github.com/actions/setup-dotnet/issues/751";>#751</a>)</li>
    <li><a
    
href="https://github.com/actions/setup-dotnet/commit/6df8cefd1440cf9313e76b8fdb8aaf90cfa745a3";><code>6df8cef</code></a>
    Migrate to ESM and upgrade dependencies (<a
    
href="https://redirect.github.com/actions/setup-dotnet/issues/752";>#752</a>)</li>
    <li>See full diff in <a
    
href="https://github.com/actions/setup-dotnet/compare/26b0ec14cb23fa6904739307f278c14f94c95bf1...a98b56852c35b8e3190ac28c8c2271da59106c68";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-dotnet&package-manager=github_actions&previous-version=5.4.0&new-version=6.0.0)](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/rc.yaml   | 2 +-
 .github/workflows/test.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/rc.yaml b/.github/workflows/rc.yaml
index 5df731c..606e17f 100644
--- a/.github/workflows/rc.yaml
+++ b/.github/workflows/rc.yaml
@@ -150,7 +150,7 @@ jobs:
       - name: Checkout
         uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 
v7.0.0
       - name: Setup .NET
-        uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # 
v5.4.0
+        uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # 
v6.0.0
         with:
           dotnet-version: ${{ matrix.dotnet-version }}
       - name: Setup Python
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 72b1bff..61e3216 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -68,7 +68,7 @@ jobs:
           - windows-latest
     steps:
       - name: Setup .NET
-        uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # 
v5.4.0
+        uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # 
v6.0.0
         with:
           dotnet-version: ${{ matrix.dotnet-version }}
       - name: Setup Python

Reply via email to