Skip to content

Commit

Permalink
Merge branch 'main' into feat/telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage authored Feb 27, 2025
2 parents 9334a38 + d529768 commit ea7a77e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v6.14.0
uses: docker/build-push-action@v6.15.0
with:
push: false
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
- name: Push to GitHub Packages - Nightly
if: contains(github.ref, env.PREVIEW_BRANCH)
uses: docker/build-push-action@v6.14.0
uses: docker/build-push-action@v6.15.0
with:
push: true
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
Expand All @@ -104,7 +104,7 @@ jobs:
# we can't get the sequence number from ADO so we default it back to github run number
- name: Push to GitHub Packages - Release
if: contains(github.ref, 'refs/tags/v')
uses: docker/build-push-action@v6.14.0
uses: docker/build-push-action@v6.15.0
with:
push: true
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
Expand Down
2 changes: 1 addition & 1 deletion it/python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ importlib-metadata==6.8.0 ; python_version >= '3.7'

iniconfig==2.0.0 ; python_version >= '3.7'

isort==6.0.0
isort==6.0.1

lazy-object-proxy==1.10.0 ; python_version >= '3.7'

Expand Down
9 changes: 5 additions & 4 deletions it/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion it/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@typescript-eslint/parser": "^8.25.0",
"esbuild": "^0.25.0",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.1",
"eslint-config-prettier": "^10.0.2",
"minimist": "^1.2.8",
"prettier": "^3.5.2",
"typescript": "^4.9.5"
Expand Down

0 comments on commit ea7a77e

Please sign in to comment.