Update kroese/set-variable action to v3

This commit is contained in:
renovate[bot] 2023-04-30 19:30:07 +00:00 committed by GitHub
parent f202c05433
commit 6827317970

View file

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