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 6a4ed699f85..ba313c41122 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: submodules: true |