diff options
Diffstat (limited to '.github/workflows/files-external-s3.yml')
-rw-r--r-- | .github/workflows/files-external-s3.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/files-external-s3.yml b/.github/workflows/files-external-s3.yml index e0ea9d1cbc5..07d8187b1d4 100644 --- a/.github/workflows/files-external-s3.yml +++ b/.github/workflows/files-external-s3.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: submodules: true @@ -135,7 +135,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: submodules: true |