diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index b2756f7..32ee054 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -137,7 +137,7 @@ jobs: path: ${{ env.LIBRARY_NAME }}-artifacts - name: "Upload artifacts to PyPI using trusted publisher" - uses: pypa/gh-action-pypi-publish@v1.12.4 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: repository-url: "https://upload.pypi.org/legacy/" print-hash: true diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 909eb12..4147527 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -33,7 +33,7 @@ jobs: # Label based on modified files - name: Label based on changed files - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/doc/changelog.d/45.miscellaneous.md b/doc/changelog.d/45.miscellaneous.md new file mode 100644 index 0000000..2bd2b7a --- /dev/null +++ b/doc/changelog.d/45.miscellaneous.md @@ -0,0 +1 @@ +Chore(deps): bump the actions group with 2 updates