Skip to content

Commit 38eacab

Browse files
Version 12.0.5
1 parent f21fbe0 commit 38eacab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111

1212
if: startsWith(github.ref, 'refs/tags/')
1313

14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515

1616
env:
1717
TYPO3_API_TOKEN: ${{ secrets.TYPO3_API_TOKEN }}
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222

2323
- name: Get version
2424
id: get-version

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'author_email' => '[email protected]',
1919
'author_company' => 'DMK E-Business GmbH',
2020
'shy' => 0,
21-
'version' => '12.0.4',
21+
'version' => '12.0.5',
2222
'priority' => '',
2323
'module' => '',
2424
'state' => 'stable',

0 commit comments

Comments
 (0)