diff --git a/.github/workflows/update-flux.yaml b/.github/workflows/update-flux.yaml index 65ade1ca..8672cea3 100644 --- a/.github/workflows/update-flux.yaml +++ b/.github/workflows/update-flux.yaml @@ -29,7 +29,7 @@ jobs: VERSION="$(flux -v)" echo "flux_version=$VERSION" >> $GITHUB_OUTPUT - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update-flux