Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 2 updates (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Dec 24, 2024
2 parents 6d0ada6 + 7ad14a2 commit 918bb19
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.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@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.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@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.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@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0

- name: Run All Tests
run: |-
Expand All @@ -149,7 +149,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
java-version: 11
distribution: "temurin"
Expand All @@ -162,7 +162,7 @@ jobs:
path: clients/fga-java-sdk

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0

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

0 comments on commit 918bb19

Please sign in to comment.