1717 run :
1818 working-directory : ./client
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Set up node ${{ matrix.node-version }}
2222 uses : actions/setup-node@v6
2323 with :
4646 run :
4747 working-directory : ./server
4848 steps :
49- - uses : actions/checkout@v5
49+ - uses : actions/checkout@v6
5050 - name : Set up node ${{ matrix.node-version }}
5151 uses : actions/setup-node@v6
5252 with :
7474 run :
7575 working-directory : ./client
7676 steps :
77- - uses : actions/checkout@v5
77+ - uses : actions/checkout@v6
7878 - uses : actions/setup-node@v6
7979 with :
8080 node-version : " 22"
9191 run :
9292 working-directory : ./tests
9393 steps :
94- - uses : actions/checkout@v5
94+ - uses : actions/checkout@v6
9595 - name : Set up node ${{ matrix.node-version }}
9696 uses : actions/setup-node@v6
9797 with :
@@ -108,7 +108,7 @@ jobs:
108108 runs-on : ubuntu-24.04
109109 steps :
110110 - name : Checkout
111- uses : actions/checkout@v5
111+ uses : actions/checkout@v6
112112 - name : Install client
113113 uses : cypress-io/github-action@v6
114114 with :
@@ -147,7 +147,7 @@ jobs:
147147 runs-on : ubuntu-24.04
148148 if : " startsWith(github.ref, 'refs/tags/')"
149149 steps :
150- - uses : actions/checkout@v5
150+ - uses : actions/checkout@v6
151151 with :
152152 fetch-depth : 0
153153 - name : Set up QEMU
0 commit comments