File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments