File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2323 - name : Check parse results
2424 run : pnpm run --filter @definitelytyped/dtslint-runner check-parse-results
2525 - if : always()
26- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
26+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
2727 with :
2828 name : ${{ github.job }}
2929 path : packages/definitions-parser/data/
Original file line number Diff line number Diff line change 4747 run : zip -r ${{ github.workspace }}/${{ env.FUNCTION_ZIP_NAME }} dist host.json package.json
4848
4949 - name : Upload artifact for deployment job
50- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
50+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
5151 with :
5252 name : node-app
5353 path : ${{ env.FUNCTION_ZIP_NAME }}
6666
6767 steps :
6868 - name : Download artifact from build job
69- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
69+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
7070 with :
7171 name : node-app
7272
Original file line number Diff line number Diff line change 2626 id : pnpm-cache
2727 shell : bash
2828 run : echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
29- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
29+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3030 with :
3131 path : ${{ steps.pnpm-cache.outputs.store }}
3232 key : ${{ runner.os }}-pnpm-store-cache-${{ github.run_id }}-${{ github.run_attempt }}
3535
3636 - run : pnpm install --frozen-lockfile
3737 - run : pnpm build
38- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
38+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3939 with :
4040 path : ./cache
4141 key : pacote-cache-${{ github.run_id }}-${{ github.run_attempt }}
@@ -45,14 +45,14 @@ jobs:
4545 env :
4646 GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4747 NPM_TYPES_TOKEN : ${{ secrets.NPM_TYPES_TOKEN }}
48- - uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
48+ - uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4949 if : always()
5050 with :
5151 path : ./cache
5252 key : pacote-cache-${{ github.run_id }}-${{ github.run_attempt }}
5353
5454 - run : pnpm store prune
55- - uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
55+ - uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5656 with :
5757 path : ${{ steps.pnpm-cache.outputs.store }}
5858 key : ${{ runner.os }}-pnpm-store-cache-${{ github.run_id }}-${{ github.run_attempt }}
Original file line number Diff line number Diff line change 2323 - run : pnpm config set store-dir $PNPM_CACHE_FOLDER
2424 - run : pnpm install --frozen-lockfile
2525 - run : pnpm build
26- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
26+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2727 with :
2828 path : ./cache
2929 key : pacote-cache-${{ github.run_id }}-${{ github.run_attempt}}
@@ -33,10 +33,10 @@ jobs:
3333 env :
3434 NPM_TOKEN : ${{ secrets.NPM_RETAG_TOKEN }}
3535 - if : always()
36- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
36+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
3737 with :
3838 path : packages/definitions-parser/data/
39- - uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
39+ - uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4040 if : always()
4141 with :
4242 path : ./cache
Original file line number Diff line number Diff line change 3333 id : pnpm-cache
3434 shell : bash
3535 run : echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
36- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
36+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3737 with :
3838 path : ${{ steps.pnpm-cache.outputs.store }}
3939 key : ${{ runner.os }}-pnpm-store-cache-${{ github.run_id }}-${{ github.run_attempt }}
You can’t perform that action at this time.
0 commit comments