diff options
Diffstat (limited to '.github/workflows/performance.yml')
-rw-r--r-- | .github/workflows/performance.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 401b9905ac8..1afab4a41d9 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout server before PR - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: submodules: true ref: ${{ github.event.pull_request.base.ref }} |