Skip to content

Commit 0dceb95

Browse files
committed
Bump version: 1.3.4 → 1.4.0
1 parent 1900e3e commit 0dceb95

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-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.3.4
4+
current_version = 1.4.0
55

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

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/wait-on-check-action@v1.3.4
40+
uses: lewagon/wait-on-check-action@v1.4.0
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/wait-on-check-action@v1.3.4
64+
uses: lewagon/wait-on-check-action@v1.4.0
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/wait-on-check-action@v1.3.4
132+
uses: lewagon/wait-on-check-action@v1.4.0
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/wait-on-check-action@v1.3.4
216+
uses: lewagon/wait-on-check-action@v1.4.0
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/wait-on-check-action@v1.3.4
249+
uses: lewagon/wait-on-check-action@v1.4.0
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/wait-on-check-action@v1.3.4
272+
uses: lewagon/wait-on-check-action@v1.4.0
273273
with:
274274
ref: ${{ github.ref }}
275275
check-name: 'Run tests'

0 commit comments

Comments
 (0)