Skip to content

Commit 8a1525a

Browse files
committed
Release 29.3.1
1 parent d0d1e08 commit 8a1525a

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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:

.github/workflows/smoke.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- '**.css'
1111
- '**.toml'
1212
- '**about.nim'
13+
- 'auto_editor/'
1314
- '.github/workflows/build.yml'
1415
branches:
1516
- master
@@ -21,6 +22,7 @@ on:
2122
- '**.css'
2223
- '**.toml'
2324
- '**about.nim'
25+
- 'auto_editor/'
2426
- '.github/workflows/build.yml'
2527
branches:
2628
- master
@@ -75,7 +77,7 @@ jobs:
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:

auto_editor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "29.3.0"
1+
__version__ = "29.3.1"

src/about.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version* = "29.3.0"
1+
const version* = "29.3.1"

0 commit comments

Comments
 (0)