From 6827317970835e43869f8f2d94ef66b065b923e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 19:30:07 +0000 Subject: [PATCH] Update kroese/set-variable action to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28890c4..5292bfe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}