Update kroese/set-variable action to v4
Update kroese/set-variable action to v4
This commit is contained in:
commit
6b4a4133f8
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
|
echo "NEW_MINOR=$((${{ vars.MINOR }}+1))" >> $GITHUB_ENV
|
||||||
-
|
-
|
||||||
name: Update minor version variable
|
name: Update minor version variable
|
||||||
uses: kroese/set-variable@v3
|
uses: kroese/set-variable@v4
|
||||||
with:
|
with:
|
||||||
name: 'MINOR'
|
name: 'MINOR'
|
||||||
value: ${{ env.NEW_MINOR }}
|
value: ${{ env.NEW_MINOR }}
|
||||||
|
|
Loading…
Reference in a new issue