You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/11/14 07:01:49 UTC

[avro] 01/02: Bump actions/dependency-review-action from 2 to 3 (#1958)

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

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git

commit c68b531839c6ffbfd35cc4abb0dbeed49ae1d2b2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 14 08:59:30 2022 +0200

    Bump actions/dependency-review-action from 2 to 3 (#1958)
    
    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 2 to 3.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](https://github.com/actions/dependency-review-action/compare/v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit e93a2ab345225b507c3e72bcea98a076fc9399be)
---
 .github/workflows/test-lang-rust-audit.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test-lang-rust-audit.yml b/.github/workflows/test-lang-rust-audit.yml
index 491c4f2c0..73f348d4f 100644
--- a/.github/workflows/test-lang-rust-audit.yml
+++ b/.github/workflows/test-lang-rust-audit.yml
@@ -49,7 +49,7 @@ jobs:
       # Install it manually
       - name: Dependency Review
         if: github.event_name == 'pull_request'
-        uses: actions/dependency-review-action@v1
+        uses: actions/dependency-review-action@v3
       - name: Install Cargo Audit
         run: cargo install cargo-audit
       - name: Audit