diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index dc82891..36f0bcf 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -20,6 +20,6 @@ jobs: uses: actions/checkout@v4 - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v5.0.0 # Use this version until https://github.com/crazy-max/ghaction-github-labeler/issues/221 is fixed + uses: crazy-max/ghaction-github-labeler@v5.1.0 # Use this version until https://github.com/crazy-max/ghaction-github-labeler/issues/221 is fixed with: skip-delete: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a520388..093c780 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: repository-url: https://test.pypi.org/legacy/ - name: Publish the release notes - uses: release-drafter/release-drafter@v6.0.0 + uses: release-drafter/release-drafter@v6.1.0 with: publish: ${{ steps.check-version.outputs.tag != '' }} tag: ${{ steps.check-version.outputs.tag }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b72b473..968fa38 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -170,4 +170,4 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # No need to run SonarCloud analysis if dependabot update or token not defined if: env.SONAR_TOKEN != '' && (github.actor != 'dependabot[bot]') - uses: SonarSource/sonarcloud-github-action@v3.1.0 + uses: SonarSource/sonarcloud-github-action@v4.0.0