Skip to content

Commit c596d8f

Browse files
committed
chore: modernize github actions
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
1 parent d0e51cf commit c596d8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222

2323
steps:
2424
- name: Set up php ${{ matrix.php-versions }}
25-
uses: shivammathur/setup-php@v2
25+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
2626
with:
2727
php-version: ${{ matrix.php-versions }}
2828
extensions: mbstring, iconv, fileinfo, intl
2929
coverage: none
3030

3131
- name: Checkout server
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333

3434
- name: Run unit tests
3535
run: |

0 commit comments

Comments
 (0)