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:
25
25
build :
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
29
29
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
30
30
with :
31
- node-version : 24
31
+ node-version : 24.6.0
32
32
33
33
- uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
34
34
name : Install pnpm
39
39
run : |
40
40
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
41
41
42
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
42
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
43
43
name : Setup pnpm cache
44
44
with :
45
45
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments