Skip to content

Commit

Permalink
Merge branch 'main' into andrueastman/fixjavaEnums
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman authored Sep 11, 2023
2 parents 2f9cf87 + 675f4b1 commit 2b85d2f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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/[email protected].0
uses: docker/[email protected].1
with:
push: true
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,windows/amd64
Expand All @@ -74,7 +74,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/[email protected].0
uses: docker/[email protected].1
with:
push: true
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,windows/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graphprojects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
with:
app_id: ${{ secrets.GRAPHBOT_APP_ID }}
private_key: ${{ secrets.GRAPHBOT_APP_PEM }}
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 @@ -92,7 +92,7 @@ h2==4.1.0

hpack==4.0.0 ; python_full_version >= '3.6.1'

httpcore==0.17.3 ; python_version >= '3.7'
httpcore==0.18.0 ; python_version >= '3.7'

httpx[http2]==0.24.1

Expand Down
32 changes: 16 additions & 16 deletions it/typescript/package-lock.json

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

4 changes: 2 additions & 2 deletions it/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"prettier": "./.prettierrc.json",
"devDependencies": {
"@es-exec/esbuild-plugin-start": "^0.0.5",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"esbuild": "^0.19.2",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"minimist": "^1.2.8",
"prettier": "^3.0.3",
Expand Down

0 comments on commit 2b85d2f

Please sign in to comment.