File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99runs :
1010 using : composite
1111 steps :
12- - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
12+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
1313 with :
1414 node-version : ${{ inputs.node-version }}
1515 package-manager-cache : false
2525 run : |
2626 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
2727
28- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
28+ - uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
2929 name : Setup pnpm cache
3030 with :
3131 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Original file line number Diff line number Diff line change 2222 - 18
2323
2424 steps :
25- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626 - uses : ./.github/actions/setup
2727 with :
2828 node-version : ${{ matrix.node-version }}
3535 runs-on : ubuntu-latest
3636
3737 steps :
38- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3939 - uses : ./.github/actions/setup
4040 - run : pnpm eslint .
4141
4444 runs-on : ubuntu-latest
4545
4646 steps :
47- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
47+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4848 - uses : ./.github/actions/setup
4949 - run : pnpm dprint check
5050
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 environment : npm
2121
2222 steps :
23- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424 with :
2525 fetch-depth : 0
2626 filter : blob:none
2727
28- - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
28+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
2929 with :
3030 node-version : ' *'
3131 package-manager-cache : false
4141 run : |
4242 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4343
44- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
44+ - uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
4545 name : Setup pnpm cache
4646 with :
4747 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments