Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit 22f8e54

Browse files
Update GitHub Actions dependencies
1 parent ba101ab commit 22f8e54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

3030
steps:
3131
- name: "Checkout"
32-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
32+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3333

3434
- name: "Install PHP"
35-
uses: "shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401" # v2
35+
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # v2
3636
with:
3737
coverage: "pcov"
3838
php-version: "${{ matrix.php-version }}"

0 commit comments

Comments
 (0)