Skip to content

Commit e7109bd

Browse files
committed
Merge branch 'main' into better-comparison-of-numbers-with-exponents
2 parents 41437aa + 1d37fe5 commit e7109bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- macOS-latest
2121
- windows-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- uses: julia-actions/setup-julia@v2
2525
with:
2626
version: ${{ matrix.version }}
@@ -46,7 +46,7 @@ jobs:
4646
# name: Documentation
4747
# runs-on: ubuntu-latest
4848
# steps:
49-
# - uses: actions/checkout@v4
49+
# - uses: actions/checkout@v5
5050
# - uses: julia-actions/setup-julia@v2
5151
# with:
5252
# version: 'lts'

0 commit comments

Comments
 (0)