Skip to content

Commit 377aa6d

Browse files
authored
Merge branch 'main' into inplace-viscosity
2 parents 7e3d5c4 + 2277802 commit 377aa6d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
version: '1'
3939
show-versioninfo: true
40-
- uses: julia-actions/cache@v2
40+
- uses: julia-actions/cache@v3
4141
- name: Build package
4242
uses: julia-actions/julia-buildpkg@v1
4343
- name: Install dependencies

.github/workflows/FormatCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
version: '1'
2121
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
22-
- uses: julia-actions/cache@v2
22+
- uses: julia-actions/cache@v3
2323
- name: Install JuliaFormatter and format
2424
# This will use the latest version by default but you can set the version like so:
2525
#

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Display Julia version
7272
run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
7373

74-
- uses: julia-actions/cache@v2
74+
- uses: julia-actions/cache@v3
7575

7676
- name: Build package
7777
uses: julia-actions/julia-buildpkg@v1
@@ -95,7 +95,7 @@ jobs:
9595
- name: Upload unit coverage report to Codecov
9696
# Only run coverage in one Job (Ubuntu and latest Julia version)
9797
if: matrix.os == 'ubuntu-latest' && matrix.version == '1.11'
98-
uses: codecov/codecov-action@v5
98+
uses: codecov/codecov-action@v6
9999
with:
100100
files: lcov.info
101101
fail_ci_if_error: true
@@ -122,7 +122,7 @@ jobs:
122122
- name: Upload total coverage report to Codecov
123123
# Only run coverage in one Job (Ubuntu and latest Julia version)
124124
if: matrix.os == 'ubuntu-latest' && matrix.version == '1.11'
125-
uses: codecov/codecov-action@v5
125+
uses: codecov/codecov-action@v6
126126
with:
127127
files: lcov.info
128128
fail_ci_if_error: true

0 commit comments

Comments
 (0)