diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 1bc6963..b2756f7 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@v4 + uses: actions/checkout@v5 - uses: ansys/scade-actions/scade-tests-pytest@v2 with: @@ -131,7 +131,7 @@ jobs: contents: write steps: - name: "Download the library artifacts from build-library step" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ env.LIBRARY_NAME }}-artifacts path: ${{ env.LIBRARY_NAME }}-artifacts diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 5aa8992..909eb12 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@v4 + - uses: actions/checkout@v5 - uses: micnncim/action-label-syncer@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/doc/changelog.d/42.miscellaneous.md b/doc/changelog.d/42.miscellaneous.md new file mode 100644 index 0000000..2bd2b7a --- /dev/null +++ b/doc/changelog.d/42.miscellaneous.md @@ -0,0 +1 @@ +Chore(deps): bump the actions group with 2 updates