diff --git a/.github/workflows/core-plugins-build-and-release.yml b/.github/workflows/core-plugins-build-and-release.yml index 88f409e3354..a1a18cc2621 100644 --- a/.github/workflows/core-plugins-build-and-release.yml +++ b/.github/workflows/core-plugins-build-and-release.yml @@ -27,7 +27,7 @@ jobs: version: ${{ steps.build_frontend.outputs.version }} steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Verify inputs run: | if [ -z ${{ inputs.plugin_id }} ]; then echo "Missing plugin ID"; exit 1; fi