Skip to content

Commit 367ae65

Browse files
authored
Merge branch 'master' into dependabot/github_actions/docker/setup-buildx-action-3
2 parents 8d7f9ce + 77ebdd2 commit 367ae65

3 files changed

Lines changed: 55 additions & 55 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Docker Buildx
1313
uses: docker/setup-buildx-action@v3
1414
- name: Login to GitHub Container Registry
15-
uses: docker/login-action@v2
15+
uses: docker/login-action@v3
1616
with:
1717
registry: ghcr.io
1818
username: ${{ github.repository_owner }}

package-lock.json

Lines changed: 53 additions & 53 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
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tensorflow/tfjs-node": "^4.11.0",
1414
"ansi-regex": ">=6.0.1",
15-
"axios": "^1.5.0",
15+
"axios": "^1.5.1",
1616
"body-parser": "^1.20.2",
1717
"compression": "^1.7.4",
1818
"cookie-parser": "^1.4.6",

0 commit comments

Comments
 (0)