Skip to content

Commit f1d68ff

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2c30abe + 345f899 commit f1d68ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
arch:
2828
- x64
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
- uses: julia-actions/setup-julia@v2
3232
with:
3333
version: ${{ matrix.version }}

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- uses: julia-actions/setup-julia@latest
1919
with:
2020
version: '1.10'

0 commit comments

Comments
 (0)