Skip to content

Commit 378146f

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/openai-5.18.0
2 parents cd0da68 + 76f9fc2 commit 378146f

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278

279279
# Create GitHub Release with all artifacts
280280
- name: Create GitHub Release
281-
uses: ncipollo/release-action@1c89adf39833729d8f85a31ccbc451b078733c80 # v1.19.1
281+
uses: ncipollo/release-action@98d25d4189e9b6cee19b8635b1ea5cc39c158a41 # v1.19.2
282282
with:
283283
tag: ${{ needs.prepare.outputs.version }}
284284
name: Game ${{ needs.prepare.outputs.version }}

package-lock.json

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@pixi/sound": "^6.0.1",
5353
"@pixi/ui": "^2.2.7",
5454
"howler": "^2.2.4",
55-
"pixi.js": "^8.12.0",
55+
"pixi.js": "^8.13.0",
5656
"react": "^19.1.1",
5757
"react-dom": "^19.1.1",
5858
"react-error-boundary": "^6.0.0"

0 commit comments

Comments
 (0)