@@ -17,11 +17,11 @@ jobs:
1717 runs-on : puzl-ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
21- - name : Setup Node.js 20 .x
22- uses : actions/setup-node@v4
20+ uses : actions/checkout@v6
21+ - name : Setup Node.js 24 .x
22+ uses : actions/setup-node@v6
2323 with :
24- node-version : 20 .x
24+ node-version : 24 .x
2525 cache : npm
2626 - run : npm ci
2727 - name : Prettier Format Check
3636 runs-on : puzl-ubuntu-latest
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v6
4040 - name : Generate files in working directory
4141 shell : bash
4242 run : bash __tests__/create-cache-files.sh ${{ runner.os }} test-cache
6363 runs-on : puzl-ubuntu-latest
6464 steps :
6565 - name : Checkout
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v6
6767 - name : tree /.puzl
6868 shell : bash
6969 run : tree /.puzl
9090 runs-on : puzl-ubuntu-latest
9191 steps :
9292 - name : Checkout
93- uses : actions/checkout@v4
93+ uses : actions/checkout@v6
9494 - name : Cleanup old caches
9595 shell : bash
9696 run : bash -x cleanup.sh
9999 runs-on : puzl-ubuntu-latest
100100 steps :
101101 - name : Checkout
102- uses : actions/checkout@v4
102+ uses : actions/checkout@v6
103103 - name : Generate files in working directory
104104 shell : bash
105105 run : bash __tests__/create-cache-files.sh ${{ runner.os }} test-separate-actions
@@ -126,7 +126,7 @@ jobs:
126126 runs-on : puzl-ubuntu-latest
127127 steps :
128128 - name : Checkout
129- uses : actions/checkout@v4
129+ uses : actions/checkout@v6
130130 - name : tree /.puzl
131131 shell : bash
132132 run : tree /.puzl
@@ -153,7 +153,7 @@ jobs:
153153 runs-on : puzl-ubuntu-latest
154154 steps :
155155 - name : Checkout
156- uses : actions/checkout@v4
156+ uses : actions/checkout@v6
157157 - name : Cleanup old caches
158158 shell : bash
159159 run : bash -x cleanup.sh
0 commit comments