diff options
Diffstat (limited to '.github/workflows/test-production.yml')
| -rw-r--r-- | .github/workflows/test-production.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-production.yml b/.github/workflows/test-production.yml index 751c374608..08289dfd3b 100644 --- a/.github/workflows/test-production.yml +++ b/.github/workflows/test-production.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v4.3.0 with: submodules: true - name: Setup pnpm |