diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-11 15:37:05 +0000 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2023-09-11 10:31:13 -0700 |
| commit | e3a7c503c3bbfe9bec08af7b64a7558f9b6b0d23 (patch) | |
| tree | 744054423b07984ed013c156870b264cf4501767 | |
| parent | 5407b8676669a8e6389121b37800301b5e5d4dc2 (diff) | |
| download | seaweedfs-e3a7c503c3bbfe9bec08af7b64a7558f9b6b0d23.tar.xz seaweedfs-e3a7c503c3bbfe9bec08af7b64a7558f9b6b0d23.zip | |
Bump actions/dependency-review-action from 3.0.8 to 3.1.0
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.0.8 to 3.1.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](https://github.com/actions/dependency-review-action/compare/f6fff72a3217f580d5afd49a46826795305b63c7...6c5ccdad469c9f8a2996bfecaec55a631a347034)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/depsreview.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/depsreview.yml b/.github/workflows/depsreview.yml index e73f4a92d..ca4f2e720 100644 --- a/.github/workflows/depsreview.yml +++ b/.github/workflows/depsreview.yml @@ -11,4 +11,4 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: 'Dependency Review' - uses: actions/dependency-review-action@f6fff72a3217f580d5afd49a46826795305b63c7 + uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 |
