diff --git a/.github/workflows/update-mbedtls.yml b/.github/workflows/update-mbedtls.yml index 5e9dab25..b82f4587 100644 --- a/.github/workflows/update-mbedtls.yml +++ b/.github/workflows/update-mbedtls.yml @@ -59,7 +59,7 @@ jobs: sed -i 's/^\(DEFAULT_MBEDTLS_VERSION=\).\+$/\1'${NEW_MBEDTLS_VERSION}'/' compileMbedtls.sh sed -i 's/^\(mbedtlsVersion=\).\+$/\1'${NEW_MBEDTLS_VERSION}'/' kotlin-mbedtls/src/main/resources/mbedtls.properties - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: branch: update-mbedtls delete-branch: true