Skip to content

Commit d7ba109

Browse files
chore(deps): bump leanprover/lean-action from e18f2df7f0d4f30d11a4b963bff9b1140999480c to f807b338d95de7813c5c50d018f1c23c9b93b4ec in /.github/workflows (#24510)
Bumps [leanprover/lean-action](https://github.com/leanprover/lean-action) from e18f2df7f0d4f30d11a4b963bff9b1140999480c to f807b338d95de7813c5c50d018f1c23c9b93b4ec. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/leanprover/lean-action/blob/main/CHANGELOG.md">leanprover/lean-action's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to <code>lean-action</code> will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.1.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <h2>Unreleased</h2> <h3>Added</h3> <ul> <li>add option to always reinstall <code>lean4-pr-releases</code> toolchains, ensuring CI runs with the latest version</li> </ul> <h2>v1.1.2 - 2025-03-28</h2> <h3>Fixed</h3> <ul> <li>include runner architecture in cache key to avoid reusing <code>.lake</code> across different runner architectures</li> </ul> <h2>v1.1.1 - 2024-11-23</h2> <h3>Fixed</h3> <ul> <li>fix bug with passing multiple arguments to <code>lake build</code> via <code>build-args</code> input</li> <li>fix false feature flag logic when using <code>auto-config: true</code></li> </ul> <h2>v1.1.0 - 2024-9-16</h2> <h3>Added</h3> <ul> <li>Windows GitHub runner support</li> </ul> <h3>Fixed</h3> <ul> <li>replace <code>actions/cache</code> with <code>actions/cache/restore</code> to prevent redundant cache saving previously caused by the combination of <code>actions/cache</code> and <code>actions/cache/save</code></li> </ul> <h2>v1.0.2 - 2024-8-26</h2> <h3>Changed</h3> <ul> <li>use empty string as default value for status outputs instead of &quot;NOT_RUN&quot; to avoid <code>set-output-parameters</code> final step breaking log group expansion</li> </ul> <h3>Fixed</h3> <ul> <li>correct typo of in configuration step: &quot;lake check-test failed&quot; -&gt; &quot;lake check-lint failed&quot;</li> <li>fix log group expansion in failing steps due to <code>set-output-parameters</code> step and removing the end log group command when a step fails</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/leanprover/lean-action/commit/f807b338d95de7813c5c50d018f1c23c9b93b4ec"><code>f807b33</code></a> Clarify and fix typo in changelog (<a href="https://redirect.github.com/leanprover/lean-action/issues/123">#123</a>)</li> <li>See full diff in <a href="https://github.com/leanprover/lean-action/compare/e18f2df7f0d4f30d11a4b963bff9b1140999480c...f807b338d95de7813c5c50d018f1c23c9b93b4ec">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) Co-authored-by: Bryan Gin-ge Chen <bryangingechen@gmail.com>
1 parent 640e70f commit d7ba109

13 files changed

+17
-17
lines changed

.github/workflows/add_label_from_diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: Configure Lean
28-
uses: leanprover/lean-action@e18f2df7f0d4f30d11a4b963bff9b1140999480c # 2025-04-22
28+
uses: leanprover/lean-action@f807b338d95de7813c5c50d018f1c23c9b93b4ec # 2025-04-24
2929
with:
3030
auto-config: false
3131
use-github-cache: false

.github/workflows/bench_summary_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
scripts/bench_summary.lean
1818
1919
- name: Configure Lean
20-
uses: leanprover/lean-action@e18f2df7f0d4f30d11a4b963bff9b1140999480c # 2025-04-22
20+
uses: leanprover/lean-action@f807b338d95de7813c5c50d018f1c23c9b93b4ec # 2025-04-24
2121
with:
2222
auto-config: false
2323
use-github-cache: false

.github/workflows/bors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python-version: 3.8
6868

6969
- name: Configure Lean
70-
uses: leanprover/lean-action@e18f2df7f0d4f30d11a4b963bff9b1140999480c # 2025-04-22
70+
uses: leanprover/lean-action@f807b338d95de7813c5c50d018f1c23c9b93b4ec # 2025-04-24
7171
with:
7272
auto-config: false
7373
use-github-cache: false
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
112112

113113
- name: Configure Lean
114-
uses: leanprover/lean-action@e18f2df7f0d4f30d11a4b963bff9b1140999480c # 2025-04-22
114+
uses: leanprover/lean-action@f807b338d95de7813c5c50d018f1c23c9b93b4ec # 2025-04-24
115115
with:
116116
auto-config: false
117117
use-github-cache: false

.github/workflows/bot_fix_style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
python-version: 3.8
118118

119119
- name: Configure Lean
120-
uses: leanprover/lean-action@e18f2df7f0d4f30d11a4b963bff9b1140999480c # 2025-04-22
120+
uses: leanprover/lean-action@f807b338d95de7813c5c50d018f1c23c9b93b4ec # 2025-04-24
121121
with:
122122
auto-config: false
123123
use-github-cache: false

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
python-version: 3.8
7575

7676
- name: Configure Lean
77-
uses: leanprover/lean-action@e18f2df7f0d4f30d11a4b963bff9b1140999480c # 2025-04-22
77+
uses: leanprover/lean-action@f807b338d95de7813c5c50d018f1c23c9b93b4ec # 2025-04-24
7878
with:
7979
auto-config: false
8080
use-github-cache: false
@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
119119

120120
- name: Configure Lean
121-
uses: leanprover/lean-action@e18f2df7f0d4f30d11a4b963bff9b1140999480c # 2025-04-22
121+
uses: leanprover/lean-action@f807b338d95de7813c5c50d018f1c23c9b93b4ec # 2025-04-24
122122
with:
123123
auto-config: false
124124
use-github-cache: false

.github/workflows/build_fork.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
python-version: 3.8
7272

7373
- name: Configure Lean
74-
uses: leanprover/lean-action@e18f2df7f0d4f30d11a4b963bff9b1140999480c # 2025-04-22
74+
uses: leanprover/lean-action@f807b338d95de7813c5c50d018f1c23c9b93b4ec # 2025-04-24
7575
with:
7676
auto-config: false
7777
use-github-cache: false
@@ -115,7 +115,7 @@ jobs:
115115
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
116116

117117
- name: Configure Lean
118-
uses: leanprover/lean-action@e18f2df7f0d4f30d11a4b963bff9b1140999480c # 2025-04-22
118+
uses: leanprover/lean-action@f807b338d95de7813c5c50d018f1c23c9b93b4ec # 2025-04-24
119119
with:
120120
auto-config: false
121121
use-github-cache: false

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
ref: ${{ env.BRANCH_REF }}
5757

5858
- name: Configure Lean
59-
uses: leanprover/lean-action@e18f2df7f0d4f30d11a4b963bff9b1140999480c # 2025-04-22
59+
uses: leanprover/lean-action@f807b338d95de7813c5c50d018f1c23c9b93b4ec # 2025-04-24
6060
with:
6161
auto-config: false
6262
use-github-cache: false

.github/workflows/discover-lean-pr-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git config --global user.email "github-actions@github.com"
2626
2727
- name: Configure Lean
28-
uses: leanprover/lean-action@e18f2df7f0d4f30d11a4b963bff9b1140999480c # 2025-04-22
28+
uses: leanprover/lean-action@f807b338d95de7813c5c50d018f1c23c9b93b4ec # 2025-04-24
2929
with:
3030
auto-config: false
3131
use-github-cache: false

.github/workflows/latest_import.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929

3030
- name: Configure Lean
31-
uses: leanprover/lean-action@e18f2df7f0d4f30d11a4b963bff9b1140999480c # 2025-04-22
31+
uses: leanprover/lean-action@f807b338d95de7813c5c50d018f1c23c9b93b4ec # 2025-04-24
3232
with:
3333
auto-config: false
3434
use-github-cache: false

.github/workflows/lint_and_suggest_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: 3.8
2323

2424
- name: Configure Lean
25-
uses: leanprover/lean-action@e18f2df7f0d4f30d11a4b963bff9b1140999480c # 2025-04-22
25+
uses: leanprover/lean-action@f807b338d95de7813c5c50d018f1c23c9b93b4ec # 2025-04-24
2626
with:
2727
auto-config: false
2828
use-github-cache: false
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6767

6868
- name: Configure Lean
69-
uses: leanprover/lean-action@e18f2df7f0d4f30d11a4b963bff9b1140999480c # 2025-04-22
69+
uses: leanprover/lean-action@f807b338d95de7813c5c50d018f1c23c9b93b4ec # 2025-04-24
7070
with:
7171
auto-config: false
7272
use-github-cache: false

0 commit comments

Comments
 (0)