Skip to content

Commit f237d11

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 9e0668d + 9192a33 commit f237d11

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Check out the current repository
4343
- name: Fetch Sources
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545

4646
# Set up the Java environment for the next steps
4747
- name: Setup Java
@@ -92,7 +92,7 @@ jobs:
9292

9393
# Check out the current repository
9494
- name: Fetch Sources
95-
uses: actions/checkout@v5
95+
uses: actions/checkout@v6
9696

9797
# Set up the Java environment for the next steps
9898
- name: Setup Java
@@ -141,7 +141,7 @@ jobs:
141141

142142
# Check out the current repository
143143
- name: Fetch Sources
144-
uses: actions/checkout@v5
144+
uses: actions/checkout@v6
145145

146146
# Set up the Java environment for the next steps
147147
- name: Setup Java
@@ -181,7 +181,7 @@ jobs:
181181

182182
# Check out the current repository
183183
- name: Fetch Sources
184-
uses: actions/checkout@v5
184+
uses: actions/checkout@v6
185185

186186
# Remove old release drafts by using the curl request for the available releases with a draft flag
187187
- name: Remove Old Release Drafts

.github/workflows/release.yml

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

2828
# Check out the current repository
2929
- name: Fetch Sources
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
ref: ${{ github.event.release.tag_name }}
3333

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## Unreleased
66

7+
## 0.0.51 - 2025-12-11
8+
9+
- Fixed release for latest 2025.3 update for Twig versioning commment and snippet indexing
10+
711
## 0.0.50 - 2025-11-14
812

913
- Updated Shopware Icon to be better visible

0 commit comments

Comments
 (0)