Skip to content

Commit 89af04c

Browse files
committed
ci: update GitHub actions
1 parent 2fe5db4 commit 89af04c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
php: [ '7.4', '8.0', '8.2', '8.4' ]
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
1414
- name: Setup PHP
@@ -25,7 +25,7 @@ jobs:
2525
sed -i "s#<file name=\"${GITHUB_WORKSPACE}#<file name=\"/github/workspace#g" tests-clover.xml
2626
- name: Analyze with SonarCloud
2727
if: matrix.php == '8.2' && env.SONAR_TOKEN != ''
28-
uses: sonarsource/sonarcloud-github-action@master
28+
uses: sonarsource/sonarqube-scan-action@v5
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
- name: Setup PHP
4848
uses: shivammathur/setup-php@v2
4949
with:

.github/workflows/wordpress-plugin-asset-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Push to stable
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- name: Clean README.md
1313
run: tail -n +6 README.md > README.md.tmp && mv README.md.tmp README.md
1414
- name: WordPress.org plugin asset/readme update

.github/workflows/wordpress-plugin-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Package plugin
1515
run: |

.github/workflows/wordpress-plugin-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: New tag
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Clean README.md
1414
run: tail -n +6 README.md > README.md.tmp && mv README.md.tmp README.md
1515
- name: WordPress Plugin Deploy

0 commit comments

Comments
 (0)