Skip to content

Commit 613c650

Browse files
authored
Merge pull request #59 from JuliaConstraints/main
Sync dev and main
2 parents b7592e9 + bd98717 commit 613c650

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- uses: julia-actions/julia-buildpkg@v1
8989
- uses: julia-actions/julia-runtest@v1
9090
- uses: julia-actions/julia-processcoverage@v1
91-
- uses: codecov/codecov-action@v4
91+
- uses: codecov/codecov-action@v5
9292
with:
9393
file: lcov.info
9494
# docs:

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Julia
3939
uses: julia-actions/setup-julia@v1
4040
- name: Pull Julia cache
41-
uses: julia-actions/cache@v1
41+
uses: julia-actions/cache@v2
4242
- name: Install documentation dependencies
4343
run: julia --project=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate(); Pkg.precompile(); Pkg.status()'
4444
#- name: Creating new mds from src

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v4
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.18.0
13+
uses: crate-ci/typos@v1.31.1

0 commit comments

Comments
 (0)