There was an error while loading. Please reload this page.
2 parents d60d387 + 0772f01 commit 22af5deCopy full SHA for 22af5de
2 files changed
.github/workflows/ci-helm.yaml
@@ -19,7 +19,7 @@ jobs:
19
check-latest: true
20
21
- name: Set up chart-testing
22
- uses: helm/chart-testing-action@v2.6.1
+ uses: helm/chart-testing-action@v2.7.0
23
24
- name: Get changed files in the docs folder
25
id: changed-files-specific
.github/workflows/release-python-provider.yml
@@ -23,7 +23,7 @@ jobs:
value: ${{ env.version }}
- name: Build and publish to PyPi
26
- uses: JRubics/poetry-publish@v2.0
+ uses: JRubics/poetry-publish@v2.1
27
with:
28
package_directory: ./openfeature/providers/python-provider
29
pypi_token: ${{ secrets.PYPI_TOKEN }}
0 commit comments