diff options
Diffstat (limited to '.github/workflows/s3-external.yml')
-rw-r--r-- | .github/workflows/s3-external.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/s3-external.yml b/.github/workflows/s3-external.yml index 1eb608e66cf..5c4007ec799 100644 --- a/.github/workflows/s3-external.yml +++ b/.github/workflows/s3-external.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: submodules: true @@ -91,7 +91,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: submodules: true |