File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2020 binary_name : auto-editor-macos-arm64
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 - name : Nim
2525 if : runner.os != 'macOS'
2626 uses : jiro4989/setup-nim-action@v2
6565 runs-on : ubuntu-latest
6666 steps :
6767 - name : Checkout
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969 - name : Nim
7070 uses : jiro4989/setup-nim-action@v2
7171 with :
Original file line number Diff line number Diff line change 1010 - ' **.css'
1111 - ' **.toml'
1212 - ' **about.nim'
13+ - ' auto_editor/'
1314 - ' .github/workflows/build.yml'
1415 branches :
1516 - master
2122 - ' **.css'
2223 - ' **.toml'
2324 - ' **about.nim'
25+ - ' auto_editor/'
2426 - ' .github/workflows/build.yml'
2527 branches :
2628 - master
7577 runs-on : ubuntu-latest
7678 steps :
7779 - name : Checkout
78- uses : actions/checkout@v4
80+ uses : actions/checkout@v5
7981 - name : Nim
8082 uses : jiro4989/setup-nim-action@v2
8183 with :
Original file line number Diff line number Diff line change 1- __version__ = "29.3.0 "
1+ __version__ = "29.3.1 "
Original file line number Diff line number Diff line change 1- const version* = " 29.3.0 "
1+ const version* = " 29.3.1 "
You can’t perform that action at this time.
0 commit comments