Update kroese/set-variable action to v4

Update kroese/set-variable action to v4
This commit is contained in:
Kroese 2023-05-02 19:49:27 +02:00 committed by GitHub
commit d2febbdc48

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 }}