diff options
Diffstat (limited to '.github/workflows/test-backend.yml')
| -rw-r--r-- | .github/workflows/test-backend.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index 7c5ffd5ac7..57608e3c67 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -29,7 +29,7 @@ jobs: - 56312:6379 steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.3 with: submodules: true - name: Install pnpm |