@@ -14,102 +14,102 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout this repo
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818 with :
1919 path : runtime
2020
2121 - name : Checkout web4
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323 with :
2424 repository : pilot-protocol/pilotprotocol
2525 path : web4
2626
2727 - name : Checkout common
28- uses : actions/checkout@v6
28+ uses : actions/checkout@v7
2929 with :
3030 repository : pilot-protocol/common
3131 path : common
3232
3333 - name : Checkout trustedagents
34- uses : actions/checkout@v6
34+ uses : actions/checkout@v7
3535 with :
3636 repository : pilot-protocol/trustedagents
3737 path : trustedagents
3838
3939 - name : Checkout handshake
40- uses : actions/checkout@v6
40+ uses : actions/checkout@v7
4141 with :
4242 repository : pilot-protocol/handshake
4343 path : handshake
4444
4545 - name : Checkout policy
46- uses : actions/checkout@v6
46+ uses : actions/checkout@v7
4747 with :
4848 repository : pilot-protocol/policy
4949 path : policy
5050
5151 - name : Checkout skillinject
52- uses : actions/checkout@v6
52+ uses : actions/checkout@v7
5353 with :
5454 repository : pilot-protocol/skillinject
5555 path : skillinject
5656
5757 - name : Checkout webhook
58- uses : actions/checkout@v6
58+ uses : actions/checkout@v7
5959 with :
6060 repository : pilot-protocol/webhook
6161 path : webhook
6262
6363 - name : Checkout eventstream
64- uses : actions/checkout@v6
64+ uses : actions/checkout@v7
6565 with :
6666 repository : pilot-protocol/eventstream
6767 path : eventstream
6868
6969 - name : Checkout dataexchange
70- uses : actions/checkout@v6
70+ uses : actions/checkout@v7
7171 with :
7272 repository : pilot-protocol/dataexchange
7373 path : dataexchange
7474
7575 - name : Checkout updater
76- uses : actions/checkout@v6
76+ uses : actions/checkout@v7
7777 with :
7878 repository : pilot-protocol/updater
7979 path : updater
8080
8181 - name : Checkout gateway
82- uses : actions/checkout@v6
82+ uses : actions/checkout@v7
8383 with :
8484 repository : pilot-protocol/gateway
8585 path : gateway
8686
8787 - name : Checkout nameserver
88- uses : actions/checkout@v6
88+ uses : actions/checkout@v7
8989 with :
9090 repository : pilot-protocol/nameserver
9191 path : nameserver
9292
9393 - name : Checkout rendezvous
94- uses : actions/checkout@v6
94+ uses : actions/checkout@v7
9595 with :
9696 repository : pilot-protocol/rendezvous
9797 path : rendezvous
9898
9999 - name : Checkout beacon
100- uses : actions/checkout@v6
100+ uses : actions/checkout@v7
101101 with :
102102 repository : pilot-protocol/beacon
103103 path : beacon
104104
105105 - name : Checkout app-store
106- uses : actions/checkout@v6
106+ uses : actions/checkout@v7
107107 with :
108108 repository : pilot-protocol/app-store
109109 path : app-store
110110
111111 - name : Checkout libpilot
112- uses : actions/checkout@v6
112+ uses : actions/checkout@v7
113113 with :
114114 repository : pilot-protocol/libpilot
115115 path : libpilot
0 commit comments