From c83b03e27eac07c290c87f9302dbcff51692beac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:15:49 +0000 Subject: [PATCH] Bump leanprover/lean-action from 1.0.0 to 1.0.1 Bumps [leanprover/lean-action](https://github.com/leanprover/lean-action) from 1.0.0 to 1.0.1. - [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/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: leanprover/lean-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7abe1e9..e01848c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,6 @@ jobs: uses: actions/checkout@v4 - name: lean action - uses: leanprover/lean-action@v1.0.0 + uses: leanprover/lean-action@v1.0.1 with: test: true