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

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


The following commit(s) were added to refs/heads/main by this push:
     new c9775e097 build(deps): bump actions/checkout from 2 to 3 (#2995)
c9775e097 is described below

commit c9775e097de873f9fff21d0bff39cb3657d1ca88
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 1 10:51:16 2023 +0800

    build(deps): bump actions/checkout from 2 to 3 (#2995)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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_ocaml.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/bindings_ocaml.yml 
b/.github/workflows/bindings_ocaml.yml
index 6042993e6..4bb09570f 100644
--- a/.github/workflows/bindings_ocaml.yml
+++ b/.github/workflows/bindings_ocaml.yml
@@ -37,7 +37,7 @@ jobs:
 
     steps:
       - name: Checkout PR
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Setup OCaml toolchain
         uses: ./.github/actions/setup-ocaml

Reply via email to