Skip to content

Commit 36afbb1

Browse files
chore(deps): bump douglascamata/setup-docker-macos-action
Bumps [douglascamata/setup-docker-macos-action](https://github.com/douglascamata/setup-docker-macos-action) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/douglascamata/setup-docker-macos-action/releases) - [Changelog](https://github.com/douglascamata/setup-docker-macos-action/blob/main/CHANGELOG.md) - [Commits](douglascamata/setup-docker-macos-action@v1.0.2...v1.1.0) --- updated-dependencies: - dependency-name: douglascamata/setup-docker-macos-action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7a5a02 commit 36afbb1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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.2
48+
uses: douglascamata/setup-docker-macos-action@v1.1.0
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.2
51+
uses: douglascamata/setup-docker-macos-action@v1.1.0
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.2
47+
uses: douglascamata/setup-docker-macos-action@v1.1.0
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.2
46+
uses: douglascamata/setup-docker-macos-action@v1.1.0
4747

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

.github/workflows/performance-benchmarks-rust.yml

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

5050
- name: Setup Docker
5151
if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors'
52-
uses: douglascamata/setup-docker-macos-action@v1.0.2
52+
uses: douglascamata/setup-docker-macos-action@v1.1.0
5353

5454
- name: Support longpaths on Git checkout
5555
run: |

0 commit comments

Comments
 (0)