Skip to content

Commit 88978cf

Browse files
Bugfix fix release
1 parent 062736b commit 88978cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)