Skip to content

Commit 3dd5752

Browse files
authored
v5.20.2 (#2731)
2 parents 41682f1 + 6521890 commit 3dd5752

19 files changed

+995
-1132
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v3.5.2
24+
uses: actions/checkout@v4.1.0
2525
# Initializes the CodeQL tools for scanning.
2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@v2

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout repository
14-
uses: actions/checkout@v3.5.2
14+
uses: actions/checkout@v4.1.0
1515
-
1616
name: Spell-Checking
1717
uses: codespell-project/actions-codespell@master

.github/workflows/editorconfig-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
name: editorconfig-checker
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3.5.2
12+
- uses: actions/checkout@v4.1.0
1313
- uses: editorconfig-checker/action-editorconfig-checker@main
1414
- run: editorconfig-checker

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: PHP-CS-Fixer
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3.5.2
9+
- uses: actions/checkout@v4.1.0
1010
- name: PHP-CS-Fixer
1111
uses: docker://oskarstark/php-cs-fixer-ga
1212
with:

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3.5.2
11+
- uses: actions/checkout@v4.1.0
1212

1313
- name: Install composer
1414
uses: php-actions/composer@v6

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v3.4.0
44+
uses: actions/checkout@v4.1.0
4545
- name: Remove 'stale' label
4646
run: gh issue edit ${{ github.event.issue.number }} --remove-label ${{ env.stale_label }}
4747
env:

.github/workflows/sync-back-to-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Syncing branches
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3.5.2
14+
uses: actions/checkout@v4.1.0
1515
- name: Opening pull request
1616
run: gh pr create -B devel -H master --title 'Sync master back into development' --body 'Created by Github action' --label 'internal'
1717
env:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- name: Clone repository
22-
uses: actions/checkout@v3.5.2
22+
uses: actions/checkout@v4.1.0
2323

2424
- name: Set up Node.js
25-
uses: actions/setup-node@v3.6.0
25+
uses: actions/setup-node@v3.8.1
2626
with:
2727
node-version: "16.x"
2828
cache: npm

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)