File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 if : ${{ github.actor == 'dependabot[bot]' }}
2121
2222 steps :
23- - uses : dependabot/fetch-metadata@v3.1 .0
23+ - uses : dependabot/fetch-metadata@v2.5 .0
2424 with :
2525 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2626
3535 if : ${{ github.actor == 'dependabot[bot]' }}
3636
3737 steps :
38- - uses : dependabot/fetch-metadata@v3.1 .0
38+ - uses : dependabot/fetch-metadata@v2.5 .0
3939 with :
4040 github-token : " ${{ secrets.GITHUB_TOKEN }}"
4141
Original file line number Diff line number Diff line change 5252 VCPKG_DISABLE_METRICS : 1
5353
5454 steps :
55- - uses : pozil/auto-assign-issue@v3.0 .0
55+ - uses : pozil/auto-assign-issue@v2.2 .0
5656 with :
5757 repo-token : ${{ secrets.GITHUB_TOKEN }}
5858 assignees : NikolaRHristov
Original file line number Diff line number Diff line change 5757 id-token : write
5858
5959 steps :
60- - uses : actions/checkout@v6.0.2
60+ - uses : actions/checkout@v6.0.1
6161
62- - uses : actions/setup-node@v6.3 .0
62+ - uses : actions/setup-node@v6.1 .0
6363 with :
6464 node-version : " 24"
6565
Original file line number Diff line number Diff line change 5959 node-version : [18, 19, 20]
6060
6161 steps :
62- - uses : actions/checkout@v6.0.2
62+ - uses : actions/checkout@v6.0.1
6363
64- - uses : pnpm/action-setup@v6.0.5
64+ - uses : pnpm/action-setup@v4.2.0
6565 with :
6666 version : 9.3.0
6767 run_install : |
7676 --unsafe-perm=true
7777 ]
7878
79- - uses : actions/setup-node@v6.3 .0
79+ - uses : actions/setup-node@v6.1 .0
8080 with :
8181 node-version : ${{ matrix.node-version }}
8282 cache : " pnpm"
8888 - run : pnpm run prepublishOnly
8989 working-directory : .
9090
91- - uses : actions/upload-artifact@v7 .0.1
91+ - uses : actions/upload-artifact@v6 .0.0
9292 with :
9393 name : .-Node-${{ matrix.node-version }}-Target
9494 path : ./Target
You can’t perform that action at this time.
0 commit comments