Skip to content

Commit 1855135

Browse files
committed
Use latest GitHub action version
1 parent 36299ec commit 1855135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
continue-on-error: ${{ matrix.experimental }}
2020
steps:
2121
- name: "Checkout"
22-
uses: "actions/checkout@v2.3.1"
22+
uses: actions/checkout@v2
2323

2424
- name: "Install PHP"
25-
uses: "shivammathur/setup-php@2.4.1"
25+
uses: shivammathur/setup-php@v2
2626
with:
2727
php-version: "${{ matrix.php-version }}"
2828
coverage: xdebug

0 commit comments

Comments
 (0)