Update kroese/set-variable action to v4
This commit is contained in:
parent
546b45cd7c
commit
8a0bce73c7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue