Update kroese/set-variable action to v4

This commit is contained in:
renovate[bot] 2023-05-02 10:56:33 +00:00 committed by GitHub
parent 2d4de4795f
commit 1b634f6473

View File

@ -85,7 +85,7 @@ jobs:
echo "NEW_MINOR=$((${{ vars.MINOR }}+1))" >> $GITHUB_ENV
-
name: Update minor version variable
uses: kroese/set-variable@v3
uses: kroese/set-variable@v4
with:
name: 'MINOR'
value: ${{ env.NEW_MINOR }}