Update kroese/set-variable action to v3
This commit is contained in:
parent
f202c05433
commit
6827317970
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@v2
|
uses: kroese/set-variable@v3
|
||||||
with:
|
with:
|
||||||
name: 'MINOR'
|
name: 'MINOR'
|
||||||
value: ${{ env.NEW_MINOR }}
|
value: ${{ env.NEW_MINOR }}
|
||||||
|
|
Loading…
Reference in a new issue