Merge branch 'trunk' of http://gitbox.apache.org/repos/asf/libcloud into dependabot/pip/pytest-8.0.2
diff --git a/.github/workflows/depsreview.yaml b/.github/workflows/depsreview.yaml
index 3450ace..cfd4e8d 100644
--- a/.github/workflows/depsreview.yaml
+++ b/.github/workflows/depsreview.yaml
@@ -22,7 +22,7 @@
         uses: actions/checkout@v4
 
       - name: 'Dependency Review'
-        uses: actions/dependency-review-action@v3
+        uses: actions/dependency-review-action@v4
         # TODO: We really want one check for direct prod dependencies where we
         # only allows ASF, MIT, BSD and nother one for testing / dev
         # dependencies where we also allow GPL, etc.