Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Jul 23, 2022
2 parents 6ba2157 + aee4035 commit c09de52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
latest
- name: Build and push
id: docker_build
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # tag=v3.0.0
uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 # tag=v3.1.0
with:
context: ./
tags: ${{ steps.img_meta.outputs.tags }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"rules": {}
},
"dependencies": {
"@nezuchan/cordis-brokers": "^1.5.4",
"@nezuchan/cordis-brokers": "^1.5.6",
"@sapphire/pieces": "^3.3.4",
"@sapphire/result": "^2.0.1",
"@sapphire/utilities": "^3.7.0",
"bull": "^4.8.4",
"dotenv": "^16.0.1",
"pino": "^8.2.0",
"pino": "^8.3.0",
"pino-pretty": "^8.1.0"
}
}

0 comments on commit c09de52

Please sign in to comment.