From dbc08854088c414e986349e976a282ea43cc16ec Mon Sep 17 00:00:00 2001 From: NayamAmarshe Date: Tue, 16 Jan 2024 00:36:33 +0530 Subject: [PATCH] Update update-version.yml --- .github/workflows/update-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 4a811f9..60649ef 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -36,7 +36,7 @@ jobs: git commit -m "Update Upscayl version to ${{ steps.get-version.outputs.version }}" - name: Push changes - uses: ad-m/github-push-action@v0.9.2 + uses: ad-m/github-push-action@v0.8.0 with: branch: ${{ github.ref }} force: true