Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6e3d06c

Browse files
authoredApr 18, 2024
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](rrainn/dynamodb-action@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] <[email protected]>
1 parent 6c980e7 commit 6e3d06c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/ci_test_vector_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: read
2323
steps:
2424
- name: Setup DynamoDB Local
25-
uses: rrainn/dynamodb-action@v3.0.0
25+
uses: rrainn/dynamodb-action@v4.0.0
2626
with:
2727
port: 8000
2828
cors: '*'

‎.github/workflows/ci_test_vector_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: read
2323
steps:
2424
- name: Setup DynamoDB Local
25-
uses: rrainn/dynamodb-action@v3.0.0
25+
uses: rrainn/dynamodb-action@v4.0.0
2626
with:
2727
port: 8000
2828
cors: '*'

0 commit comments

Comments
 (0)
Please sign in to comment.