@@ -22,17 +22,17 @@ jobs:
2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
25+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2626
2727 - name : Calculate file differences
2828 id : diff
29- uses : tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
29+ uses : tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
3030 with :
3131 json : true
3232 escape_json : false
3333
3434 - name : Generate testing matrix
35- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
35+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
3636 id : generator
3737 with :
3838 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -59,17 +59,17 @@ jobs:
5959
6060 steps :
6161 - name : Get short node version
62- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
62+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
6363 id : short-version
6464 with :
6565 result-encoding : string
6666 script : return "${{ matrix.version }}".split('.')[0]
6767
6868 - name : Checkout
69- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
69+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
7070
7171 - name : Build image
72- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
72+ uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
7373 with :
7474 push : false
7575 load : true
9494 run : docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} npm --version
9595
9696 - name : Test for yarn
97+ if : startsWith(matrix.version, '22') || startsWith(matrix.version, '24') || startsWith(matrix.version, '25')
9798 run : docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} yarn --version
0 commit comments