Skip to content

Commit

Permalink
chore(deps): bump rrainn/dynamodb-action in /.github/workflows (aws#932)
Browse files Browse the repository at this point in the history
Bumps [rrainn/dynamodb-action](https://github.com/rrainn/dynamodb-action) from 3.0.0 to 4.0.0.
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 6c980e7 commit 16e4d7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_vector_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_vector_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '*'
Expand Down

0 comments on commit 16e4d7b

Please sign in to comment.