diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index b2756f7..bbb4d5a 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -72,7 +72,7 @@ jobs: fail-fast: false steps: - name: "Install Git and clone project" - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: ansys/scade-actions/scade-tests-pytest@v2 with: @@ -131,13 +131,13 @@ jobs: contents: write steps: - name: "Download the library artifacts from build-library step" - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ env.LIBRARY_NAME }}-artifacts 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..00e3f93 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -17,7 +17,7 @@ jobs: name: Syncer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: micnncim/action-label-syncer@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -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 }} @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Suggest to add labels - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 # Execute only when no labels have been applied to the pull request if: toJSON(github.event.pull_request.labels.*.name) == '{}' with: diff --git a/doc/changelog.d/50.miscellaneous.md b/doc/changelog.d/50.miscellaneous.md new file mode 100644 index 0000000..d98611f --- /dev/null +++ b/doc/changelog.d/50.miscellaneous.md @@ -0,0 +1 @@ +Chore(deps): bump the actions group across 1 directory with 5 updates