Skip to content

Commit 448e635

Browse files
Merge branch 'master' of https://github.com/dail8859/NotepadNext
2 parents ba5819b + deb296f commit 448e635

25 files changed

+5647
-2736
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-22.04, windows-latest, macos-latest]
19+
os: [ubuntu-24.04, windows-latest, macos-latest]
2020
qt_version: ["6.5", "6.8", "6.9"]
2121

2222
runs-on: ${{ matrix.os }}
2323

2424
steps:
2525
- name: Checkout Repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
submodules: true
2929

@@ -143,7 +143,7 @@ jobs:
143143

144144
steps:
145145
- name: Checkout Repository
146-
uses: actions/checkout@v5
146+
uses: actions/checkout@v6
147147

148148
- name: Create Draft Release
149149
run: |

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Check for spelling errors
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515

1616
- uses: codespell-project/actions-codespell@master
1717
with:

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
token: ${{ secrets.CREATE_RELEASE_TOKEN }}
2020

.github/workflows/lupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
submodules: true
1717

.github/workflows/post_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- run: |
1616
gh issue create --title "Publish Windows Release for $RELEASE_TAG" --body "Update json file in root of project."

i18n/NotepadNext_cs.ts

Lines changed: 252 additions & 246 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)