File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 66 - ' **.tsx'
77 - ' **.js'
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+ cancel-in-progress : true
12+
913jobs :
1014 scip-typescript :
1115 if : github.repository == 'sourcegraph/openctx'
1216 runs-on : ubuntu-latest
1317 steps :
14- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
18+ - uses : actions/checkout@v3
1519 - uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # SECURITY: pin third-party action hashes
1620 id : pnpm-install
1721 with :
2125 shell : bash
2226 run : |
2327 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
24- - uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
28+ - uses : actions/cache@v3
2529 name : Setup pnpm cache
2630 with :
2731 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments