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

junouyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 1ce21831de chore(deps): bump actions/setup-dotnet from 3 to 4 (#4115)
1ce21831de is described below

commit 1ce21831deae9e35af70f0df69e4cc066876c400
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 4 00:01:24 2024 +0800

    chore(deps): bump actions/setup-dotnet from 3 to 4 (#4115)
    
    Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 
3 to 4.
    - [Release notes](https://github.com/actions/setup-dotnet/releases)
    - [Commits](https://github.com/actions/setup-dotnet/compare/v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-dotnet
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/bindings_dotnet.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/bindings_dotnet.yml 
b/.github/workflows/bindings_dotnet.yml
index f1fb21ad36..12fc6c728c 100644
--- a/.github/workflows/bindings_dotnet.yml
+++ b/.github/workflows/bindings_dotnet.yml
@@ -44,7 +44,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - name: Setup dotnet toolchain
-        uses: actions/setup-dotnet@v3
+        uses: actions/setup-dotnet@v4
         with:
           dotnet-version: '7.0.x'
       - name: Setup Rust toolchain

Reply via email to