Skip to content

Commit 38f0c7e

Browse files
committed
Bump actions
1 parent d923e0d commit 38f0c7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Lint Code Base
27-
uses: github/super-linter/slim@v5
27+
uses: github/super-linter/slim@v6
2828
env:
2929
LOG_LEVEL: NOTICE
3030
VALIDATE_ALL_CODEBASE: true

.github/workflows/translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: shivammathur/setup-php@v2
4545
with:
4646
# Should be the higest supported version, so we can use the newest tools
47-
php-version: '8.2'
47+
php-version: '8.3'
4848
coverage: none
4949

5050
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)