From 65be46e2fa01771658e983da3ca21c8ab0a0a11d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 03:27:06 +0000 Subject: [PATCH] Bump leanprover/lean-action from 1.3.0 to 1.4.0 Bumps [leanprover/lean-action](https://github.com/leanprover/lean-action) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/leanprover/lean-action/releases) - [Changelog](https://github.com/leanprover/lean-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/leanprover/lean-action/compare/434f25c2f80ded67bba02502ad3a86f25db50709...c544e89643240c6b398f14a431bcdc6309e36b3e) --- updated-dependencies: - dependency-name: leanprover/lean-action dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index dc54beb..3209dee 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 # Fetch all history for all branches and tags - name: Build Lean - uses: leanprover/lean-action@434f25c2f80ded67bba02502ad3a86f25db50709 # v1.3.0 + uses: leanprover/lean-action@c544e89643240c6b398f14a431bcdc6309e36b3e # v1.4.0 with: auto-config: false use-github-cache: false