Skip to content

Commit 6bf6ffd

Browse files
Merge branch 'master' into dependabot/bundler/rexml-3.4.2
2 parents 373733a + 3603e82 commit 6bf6ffd

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
tag = True
33
commit = True
4-
current_version = 1.4.0
4+
current_version = 1.4.1
55

66
[bumpversion:file:README.md]
77
search = @v{current_version}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## v1.4.1 - 2025-09-21
6+
7+
### Fixed
8+
9+
- Linux ARM64 support
10+
511
## v1.4.0 - 2025-06-27
612

713
### Added

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Wait for tests to succeed
40-
uses: lewagon/[email protected].0
40+
uses: lewagon/[email protected].1
4141
with:
4242
ref: ${{ github.ref }}
4343
check-name: 'Run tests'
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Wait for tests to succeed
64-
uses: lewagon/[email protected].0
64+
uses: lewagon/[email protected].1
6565
with:
6666
ref: ${{ github.ref }}
6767
check-name: 'Run tests'
@@ -129,7 +129,7 @@ jobs:
129129
- uses: actions/checkout@v4
130130
131131
- name: Wait for tests to succeed
132-
uses: lewagon/[email protected].0
132+
uses: lewagon/[email protected].1
133133
with:
134134
ref: master
135135
check-name: test
@@ -213,7 +213,7 @@ jobs:
213213
runs-on: ubuntu-latest
214214
steps:
215215
- name: Wait for other checks to succeed
216-
uses: lewagon/[email protected].0
216+
uses: lewagon/[email protected].1
217217
with:
218218
ref: ${{ github.ref }}
219219
running-workflow-name: 'Publish the package'
@@ -246,7 +246,7 @@ jobs:
246246
runs-on: ubuntu-latest
247247
steps:
248248
- name: Wait for Other Workflows
249-
uses: lewagon/[email protected].0
249+
uses: lewagon/[email protected].1
250250
with:
251251
ref: ${{ github.ref }}
252252
running-workflow-name: "caller / callee"
@@ -269,7 +269,7 @@ jobs:
269269
runs-on: ubuntu-latest
270270
steps:
271271
- name: Wait for tests to succeed
272-
uses: lewagon/[email protected].0
272+
uses: lewagon/[email protected].1
273273
with:
274274
ref: ${{ github.ref }}
275275
check-name: 'Run tests'

0 commit comments

Comments
 (0)