@@ -29,10 +29,10 @@ jobs:
2929 git config --global core.eol lf
3030
3131 - name : Checkout
32- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3333
3434 - name : Install pnpm
35- uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
35+ uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4 .0
3636
3737 - name : Set node version to ${{ matrix.node_version }}
3838 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
@@ -63,17 +63,17 @@ jobs:
6363 name : ' Lint: node-22, ubuntu-latest'
6464 steps :
6565 - name : Checkout
66- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
66+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6767 with :
6868 fetch-depth : 0
6969
7070 - name : Install pnpm
71- uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
71+ uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4 .0
7272
7373 - name : Set node version to 22
7474 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
7575 with :
76- node-version : 22.21.1
76+ node-version : 22.22.2
7777 cache : ' pnpm'
7878
7979 - name : Prepare
@@ -91,17 +91,17 @@ jobs:
9191 name : ' Audit: node-22, ubuntu-latest'
9292 steps :
9393 - name : Checkout
94- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
94+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9595 with :
9696 fetch-depth : 0
9797
9898 - name : Install pnpm
99- uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
99+ uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4 .0
100100
101101 - name : Set node version to 22
102102 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
103103 with :
104- node-version : 22.21.1
104+ node-version : 22.22.2
105105 cache : ' pnpm'
106106
107107 - name : Prepare
0 commit comments