Skip to content

Commit 509685f

Browse files
chore: Prepare release 2.4.0
1 parent f040e6e commit 509685f

5 files changed

Lines changed: 32 additions & 10 deletions

File tree

.github/workflows/add-on-disable-checkout-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

2626
steps:
2727
- name: Clone current repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929

3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
repository: ${{ env.ADD_ON }}
3434
ref: ${{ env.ADD_ON_REF }}

.github/workflows/add-ons-test.yml

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

6060
steps:
6161
- name: Clone current repository
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v6
6363

6464
- name: Retrieve last tag of add-on
6565
id: last_tag

.github/workflows/doc-links.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Clone sources
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
with:
2323
path: sources
2424

25-
- name: Lauch localhost server
25+
- name: Launch localhost server
2626
run: |
2727
sudo npm install --global http-server
2828
http-server ./sources &
@@ -36,5 +36,5 @@ jobs:
3636
run: |
3737
gem install awesome_bot
3838
cd sources
39-
awesome_bot README.md --skip-save-results --allow-dupe --base-url http://localhost:8080/ --white-list ddev.site
40-
awesome_bot docs/*.md --skip-save-results --allow-dupe --base-url http://localhost:8080/docs/ --white-list ddev.site
39+
awesome_bot README.md --skip-save-results --allow-dupe --base-url http://localhost:8080/ --white-list ddev.site --allow 429
40+
awesome_bot docs/*.md --skip-save-results --allow-dupe --base-url http://localhost:8080/docs/ --white-list ddev.site --allow 429

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
tag_name:
7-
description: Tag name
7+
description: Tag name with v prefix
88
type: string
99
required: true
1010

@@ -43,7 +43,7 @@ jobs:
4343
echo "major_tag=$(echo ${{ steps.set-version-number.outputs.version_number }} | cut -d. -f1)" >> $GITHUB_OUTPUT
4444
4545
- name: Clone sources
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v6
4747

4848
- name: Check version consistency in CHANGELOG and README
4949
run: |
@@ -130,7 +130,7 @@ jobs:
130130
contents: write
131131

132132
steps:
133-
- uses: actions/checkout@v4
133+
- uses: actions/checkout@v6
134134
with:
135135
fetch-depth: 0
136136

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,27 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this projec
1111

1212
---
1313

14+
## [v2.4.0](https://github.com/ddev/github-action-add-on-test/releases/tag/v2.4.0) - 2026-03-09
15+
16+
[_Compare with previous release_](https://github.com/ddev/github-action-add-on-test/compare/v2.3.3...v2.4.0)
17+
18+
### Changed
19+
20+
- Use SHA commit IDs in action.yaml ([PR #56](https://github.com/ddev/github-action-add-on-test/pull/56))
21+
22+
---
23+
24+
25+
## [v2.3.3](https://github.com/ddev/github-action-add-on-test/releases/tag/v2.3.3) - 2025-07-26
26+
27+
[_Compare with previous release_](https://github.com/ddev/github-action-add-on-test/compare/v2.3.2...v2.3.3)
28+
29+
### Fixed
30+
31+
- Fix `kaos/homebrew-shell` failure
32+
33+
---
34+
1435
## [v2.3.2](https://github.com/ddev/github-action-add-on-test/releases/tag/v2.3.2) - 2025-04-22
1536

1637
[_Compare with previous release_](https://github.com/ddev/github-action-add-on-test/compare/v2.3.1...v2.3.2)
@@ -19,6 +40,7 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this projec
1940

2041
- Synchronize the major tag with the correct commit
2142

43+
---
2244

2345
## [v2.3.1](https://github.com/ddev/github-action-add-on-test/releases/tag/v2.3.1) - 2025-04-22
2446

0 commit comments

Comments
 (0)