Skip to content

Commit 587e62a

Browse files
Merge branch 'release/0.3.15'
2 parents 31811ff + c267c91 commit 587e62a

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ changelog:
2020
- title: 🚑 Fixed
2121
labels:
2222
- bug
23+
- title: ⚙️ Dependencies
24+
labels:
25+
- dependencies
2326
- title: 👷 Changed
2427
labels:
2528
- maintenance

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
echo "::set-output name=dir::$(composer config cache-files-dir)"
4848
- name: Define Composer cache
49-
uses: actions/cache@v2
49+
uses: actions/cache@v3
5050
with:
5151
path: ${{ steps.composer-cache.outputs.dir }}
5252
key: tests-php-${{ matrix.php-version }}-typo3-${{ matrix.typo3-version }}
@@ -75,7 +75,7 @@ jobs:
7575
${{ github.workspace }}/.Build/log/coverage/clover.xml:clover
7676
if: ${{ matrix.coverage }}
7777
- name: codecov report
78-
uses: codecov/codecov-action@v2
78+
uses: codecov/codecov-action@v3
7979
with:
8080
directory: .Build/log/coverage
8181
fail_ci_if_error: true
@@ -118,7 +118,7 @@ jobs:
118118
run: |
119119
echo "::set-output name=dir::$(composer config cache-files-dir)"
120120
- name: Define Composer cache
121-
uses: actions/cache@v2
121+
uses: actions/cache@v3
122122
with:
123123
path: ${{ steps.composer-cache.outputs.dir }}
124124
key: tests-lowest-php-${{ matrix.php-version }}-typo3-${{ matrix.typo3-version }}

Resources/Private/Frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eliashaeussler/typo3-warming",
33
"description": "Frontend for EXT:warming, an extension for TYPO3 CMS that warms up Frontend caches based on an XML sitemap",
4-
"version": "0.3.14",
4+
"version": "0.3.15",
55
"license": "GPL-2.0-or-later",
66
"scripts": {
77
"build": "cross-env NODE_ENV=production webpack",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'title' => 'Warming',
2525
'description' => 'Warms up Frontend caches based on an XML sitemap. Cache warmup can be triggered via TYPO3 backend or using a console command. Supports multiple languages and custom crawler implementations.',
2626
'category' => 'be',
27-
'version' => '0.3.14',
27+
'version' => '0.3.15',
2828
'state' => 'beta',
2929
'clearCacheOnLoad' => true,
3030
'author' => 'Elias Häußler',

0 commit comments

Comments
 (0)