Skip to content

Commit 8fffd44

Browse files
committed
Update github actions
1 parent 768040c commit 8fffd44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: "ubuntu-latest"
1919
steps:
2020
- name: "Checkout repository"
21-
uses: "actions/checkout@v2"
21+
uses: "actions/checkout@v4"
2222

2323
- name: "Install PHP"
2424
uses: "shivammathur/setup-php@v2"
@@ -28,7 +28,7 @@ jobs:
2828
tools: "composer-normalize"
2929

3030
- name: "Install dependencies (Composer)"
31-
uses: "ramsey/composer-install@v2"
31+
uses: "ramsey/composer-install@v3"
3232

3333
- name: "Check coding standards (PHP_CodeSniffer)"
3434
shell: "bash"

0 commit comments

Comments
 (0)