diff --git a/.github/workflows/release-drafter-applications_cattsunami.yml b/.github/workflows/release-drafter-applications_cattsunami.yml index d70b68e..0288553 100644 --- a/.github/workflows/release-drafter-applications_cattsunami.yml +++ b/.github/workflows/release-drafter-applications_cattsunami.yml @@ -20,7 +20,7 @@ jobs: pull-requests: read runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@v7 with: disable-autolabeler: true config-name: release-drafter-applications_cattsunami.yml diff --git a/.github/workflows/release-drafter-core.yml b/.github/workflows/release-drafter-core.yml index 0cb22c7..46e7084 100644 --- a/.github/workflows/release-drafter-core.yml +++ b/.github/workflows/release-drafter-core.yml @@ -20,7 +20,7 @@ jobs: pull-requests: read runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@v7 with: disable-autolabeler: true latest: true diff --git a/.github/workflows/release-drafter-data_oc.yml b/.github/workflows/release-drafter-data_oc.yml index d17ee03..1127e4c 100644 --- a/.github/workflows/release-drafter-data_oc.yml +++ b/.github/workflows/release-drafter-data_oc.yml @@ -21,7 +21,7 @@ jobs: pull-requests: read runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@v7 with: disable-autolabeler: true config-name: release-drafter-data_oc.yml diff --git a/.github/workflows/release-drafter-demo_ocpapi.yml b/.github/workflows/release-drafter-demo_ocpapi.yml index c956016..fa60d3d 100644 --- a/.github/workflows/release-drafter-demo_ocpapi.yml +++ b/.github/workflows/release-drafter-demo_ocpapi.yml @@ -21,7 +21,7 @@ jobs: pull-requests: read runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@v7 with: disable-autolabeler: true config-name: release-drafter-demo_ocpapi.yml