Skip to content

Commit

Permalink
chore(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.1 in t…
Browse files Browse the repository at this point in the history
…he dependencies group (#426)
  • Loading branch information
ewanharris authored Oct 7, 2024
2 parents 125acbb + 8370527 commit d3b75c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
path: clients/fga-js-sdk

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

- name: Run SDK Tests
run: make test-client-js
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
path: clients/fga-go-sdk

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

- name: Run SDK Tests
run: make test-client-go
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
path: clients/fga-dotnet-sdk

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

- name: Run All Tests
run: make test-client-dotnet
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
path: clients/fga-python-sdk

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

- name: Run All Tests
run: |-
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
path: clients/fga-java-sdk

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

- name: Run All Tests
run: |-
Expand Down

0 comments on commit d3b75c2

Please sign in to comment.