From 6e3d06ce77195259ad297db0f9f1c37ce6e4eaa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 03:38:57 +0000 Subject: [PATCH] chore(deps): bump rrainn/dynamodb-action in /.github/workflows Bumps [rrainn/dynamodb-action](https://github.com/rrainn/dynamodb-action) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/rrainn/dynamodb-action/releases) - [Commits](https://github.com/rrainn/dynamodb-action/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: rrainn/dynamodb-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_test_vector_java.yml | 2 +- .github/workflows/ci_test_vector_net.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_test_vector_java.yml b/.github/workflows/ci_test_vector_java.yml index de480772c..4b0fd7ece 100644 --- a/.github/workflows/ci_test_vector_java.yml +++ b/.github/workflows/ci_test_vector_java.yml @@ -22,7 +22,7 @@ jobs: contents: read steps: - name: Setup DynamoDB Local - uses: rrainn/dynamodb-action@v3.0.0 + uses: rrainn/dynamodb-action@v4.0.0 with: port: 8000 cors: '*' diff --git a/.github/workflows/ci_test_vector_net.yml b/.github/workflows/ci_test_vector_net.yml index dcbd96967..34d3f0017 100644 --- a/.github/workflows/ci_test_vector_net.yml +++ b/.github/workflows/ci_test_vector_net.yml @@ -22,7 +22,7 @@ jobs: contents: read steps: - name: Setup DynamoDB Local - uses: rrainn/dynamodb-action@v3.0.0 + uses: rrainn/dynamodb-action@v4.0.0 with: port: 8000 cors: '*'