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