diff options
Diffstat (limited to '.github/workflows/phpunit-oci.yml')
-rw-r--r-- | .github/workflows/phpunit-oci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml index 1b607e879bb..041d2175271 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -92,7 +92,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: submodules: true |