We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24ec29b + e8de2db commit eb9a6baCopy full SHA for eb9a6ba
.github/workflows/CI.yml
@@ -41,6 +41,6 @@ jobs:
41
- uses: julia-actions/julia-buildpkg@v1
42
- uses: julia-actions/julia-runtest@v1
43
- uses: julia-actions/julia-processcoverage@v1
44
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
45
with:
46
files: lcov.info
.github/workflows/CompatHelper.yml
@@ -2,7 +2,7 @@ name: CompatHelper
2
3
on:
4
schedule:
5
- - cron: '0 * * * *'
+ - cron: '0 0 1 * *'
6
7
jobs:
8
CompatHelper:
0 commit comments