Skip to content

Commit 05c2fdc

Browse files
committed
m
1 parent b7dfe5f commit 05c2fdc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci_test_go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Setup Docker
4747
if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors'
48-
uses: douglascamata/setup-docker-macos-action@v1.0.1
48+
uses: douglascamata/setup-docker-macos-action@v1.0.2
4949

5050
- name: Setup DynamoDB Local
5151
if: matrix.library == 'TestVectors'

.github/workflows/ci_test_vector_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Setup Docker
5050
if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors'
51-
uses: douglascamata/setup-docker-macos-action@v1.0.1
51+
uses: douglascamata/setup-docker-macos-action@v1.0.2
5252

5353
- name: Setup DynamoDB Local
5454
if: matrix.library == 'TestVectors'

.github/workflows/ci_test_vector_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Setup Docker
4646
if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors'
47-
uses: douglascamata/setup-docker-macos-action@v1.0.1
47+
uses: douglascamata/setup-docker-macos-action@v1.0.2
4848

4949
- name: Setup DynamoDB Local
5050
if: matrix.library == 'TestVectors'

.github/workflows/library_rust_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Setup Docker
4545
if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors'
46-
uses: douglascamata/setup-docker-macos-action@v1.0.1
46+
uses: douglascamata/setup-docker-macos-action@v1.0.2
4747

4848
- name: Setup DynamoDB Local
4949
if: matrix.library == 'TestVectors'

0 commit comments

Comments
 (0)