File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 build :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2929 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3030 with :
31- node-version : 24
31+ node-version : 24.6.0
3232
3333 - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
3434 name : Install pnpm
3939 run : |
4040 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4141
42- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
42+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4343 name : Setup pnpm cache
4444 with :
4545 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments