File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v5
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.x'
2020 - name : Install dependencies
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v5
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 - name : Install dependencies
Original file line number Diff line number Diff line change 66 steps :
77 - uses : actions/checkout@v5
88 - name : Docker Hub Description
9- uses : peter-evans/dockerhub-description@v4 .0.2
9+ uses : peter-evans/dockerhub-description@v5 .0.0
1010 env :
1111 DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
1212 DOCKERHUB_PASSWORD : ${{ secrets.DOCKERHUB_PASSWORD }}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ aiomqtt = "*"
4141prometheus-client = " *"
4242prometheus_async = " *"
4343click = " *"
44- ruamel-yaml-clib = " 0.2.12 "
44+ ruamel-yaml-clib = " 0.2.15 "
4545
4646[tool .poetry .group .test .dependencies ]
4747pytest = " *"
You can’t perform that action at this time.
0 commit comments