Compare commits

...

6 Commits

Author SHA1 Message Date
9b9f758c8e Merge pull request 'chore(deps): update node.js to v20.18.0' (#102) from renovate/node-20.x into master
Some checks failed
ci / docker (push) Has been cancelled
Reviewed-on: #102
2024-10-20 04:13:40 +00:00
9aaa5a45bb chore(deps): update node.js to v20.18.0
All checks were successful
ci / docker (push) Successful in 29s
Bump version / create_release_tag (pull_request) Successful in 41s
2024-10-18 08:17:32 +00:00
b3df06cff8 Merge pull request 'chore(deps): update dependency bottle to v0.13.2' (#101) from renovate/bottle-0.x into master
Some checks are pending
ci / docker (push) Has started running
Reviewed-on: #101
2024-10-18 07:20:55 +00:00
56c3cf98b8 chore(deps): update dependency bottle to v0.13.2
All checks were successful
ci / docker (push) Successful in 25s
Bump version / create_release_tag (pull_request) Successful in 2m44s
2024-10-16 22:13:29 +00:00
d6d6a690e2 Merge pull request 'chore(deps): update dependency actions/checkout to v4.2.1' (#98) from renovate/actions-checkout-4.x into master
All checks were successful
ci / docker (push) Successful in 28s
Reviewed-on: #98
2024-10-16 21:37:40 +00:00
d634c4659f chore(deps): update dependency actions/checkout to v4.2.1
All checks were successful
ci / docker (push) Successful in 25s
Bump version / create_release_tag (pull_request) Successful in 1m49s
2024-10-15 21:37:25 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1
- name: Docker meta
id: meta
uses: docker/metadata-action@v5.5.1

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'

View File

@@ -31,7 +31,7 @@ build:
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
release:
image: node:20.17.0-alpine3.19
image: node:20.18.0-alpine3.19
stage: release
only:
refs:

View File

@@ -1,3 +1,3 @@
paho-mqtt==2.1.0
bottle==0.13.1
bottle==0.13.2
defusedxml==0.7.1