Commit 5986ec3
committed
Read and write latest versions to a file to avoid API calls.
GitHub Actions run in virtual machines that can easily be rate-
limited when using the GitHub API. There's no way to know if the
current machine has made requests recently, so this leads to flaky
failures. Instead, we'll use an action to write the latest versions
to disk and use that in subsequent runs.1 parent 90748a8 commit 5986ec3
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments