diff options
Diffstat (limited to '.github/workflows/on-release-created.yml')
| -rw-r--r-- | .github/workflows/on-release-created.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/on-release-created.yml b/.github/workflows/on-release-created.yml index d2508f1b77..dc025646d5 100644 --- a/.github/workflows/on-release-created.yml +++ b/.github/workflows/on-release-created.yml @@ -20,7 +20,7 @@ jobs: node-version: [20.10.0] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.1.1 with: submodules: true - name: Install pnpm |