Skip to content

Commit

Permalink
chore(deps): bump docker/setup-buildx-action from 3.2.0 to 3.3.0 in t…
Browse files Browse the repository at this point in the history
…he dependencies group (#345)
  • Loading branch information
ewanharris authored Apr 15, 2024
2 parents bbc70b2 + 49db4b5 commit 4c0665c
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@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- 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@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- 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@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- 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@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- 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@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

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

0 comments on commit 4c0665c

Please sign in to comment.