Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/discord.js-14.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it authored Sep 4, 2024
2 parents f6276fb + 93c4c96 commit 6c1c94b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v2

- name: Download Docker image artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: container-image
path: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v2

- name: Download Docker image artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: container-image
path: .
Expand Down
9 changes: 4 additions & 5 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@discordjs/rest": "^2.2.0",
"@discordjs/voice": "^0.17.0",
"axios": "^1.7.3",
"axios": "^1.7.7",
"child_process": "^1.0.2",
"discord-api-types": "^0.37.98",
"discord.js": "^14.16.1",
Expand Down

0 comments on commit 6c1c94b

Please sign in to comment.