Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e440f104c | |||
| 98ef27dcb5 | |||
| f72a7189ad | |||
| 86fae5195e | |||
| eb75b3eb68 |
@@ -1 +1 @@
|
||||
1.3.5
|
||||
1.3.6
|
||||
|
||||
@@ -89,12 +89,12 @@ jobs:
|
||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.20
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@9841c96e72d4fc1ecec620e91e213895341cce86 # 0.1.22
|
||||
id: tag
|
||||
with:
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0.0.2
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@d9f83ca84e1cbac7de9d1986cb3a7e0c54434e6a # 0.1.1
|
||||
with:
|
||||
tag: ${{ steps.tag.outputs.new-tag }}
|
||||
- name: Set output
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM oven/bun:1.3.5@sha256:e90cdbaf9ccdb3d4bd693aa335c3310a6004286a880f62f79b18f9b1312a8ec3 AS base
|
||||
FROM oven/bun:1.3.6@sha256:f20d9cf365ab35529384f1717687c739c92e6f39157a35a95ef06f4049a10e4a AS base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"dependencies": {
|
||||
"env-var": "7.5.0",
|
||||
"gotify": "1.1.0",
|
||||
"pino": "10.1.0",
|
||||
"pino": "10.2.1",
|
||||
"pino-pretty": "13.1.3",
|
||||
"ts3-nodejs-library": "3.5.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user