Skip to content

Commit

Permalink
Merge branch 'trunk' into update/social-initial-state-migrate-feature…
Browse files Browse the repository at this point in the history
…-flags
  • Loading branch information
manzoorwanijk committed Aug 29, 2024
2 parents 2536633 + 7801b7f commit 7d94532
Show file tree
Hide file tree
Showing 283 changed files with 2,211 additions and 2,610 deletions.
2 changes: 1 addition & 1 deletion .github/actions/tool-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:
- name: Setup pnpm
if: steps.versions.outputs.node-version != 'false'
uses: pnpm/action-setup@v3.0.0
uses: pnpm/action-setup@v4.0.0
with:
version: ${{ steps.versions.outputs.pnpm-version }}
- name: Setup Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
org.opencontainers.image.documentation=${{ github.server_url }}/${{ github.repository }}/blob/trunk/tools/docker/README.md
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: tools/docker
platforms: linux/amd64,linux/arm64
Expand Down
Loading

0 comments on commit 7d94532

Please sign in to comment.