Skip to content

Commit 41c89f0

Browse files
chore(deps): bump actions/checkout from 4 to 6 (#9)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed97d36 commit 41c89f0

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/ci.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,102 +14,102 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout this repo
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
path: runtime
2020

2121
- name: Checkout web4
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
repository: TeoSlayer/pilotprotocol
2525
path: web4
2626

2727
- name: Checkout common
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929
with:
3030
repository: pilot-protocol/common
3131
path: common
3232

3333
- name: Checkout trustedagents
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535
with:
3636
repository: pilot-protocol/trustedagents
3737
path: trustedagents
3838

3939
- name: Checkout handshake
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v6
4141
with:
4242
repository: pilot-protocol/handshake
4343
path: handshake
4444

4545
- name: Checkout policy
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v6
4747
with:
4848
repository: pilot-protocol/policy
4949
path: policy
5050

5151
- name: Checkout skillinject
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v6
5353
with:
5454
repository: pilot-protocol/skillinject
5555
path: skillinject
5656

5757
- name: Checkout webhook
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v6
5959
with:
6060
repository: pilot-protocol/webhook
6161
path: webhook
6262

6363
- name: Checkout eventstream
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v6
6565
with:
6666
repository: pilot-protocol/eventstream
6767
path: eventstream
6868

6969
- name: Checkout dataexchange
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v6
7171
with:
7272
repository: pilot-protocol/dataexchange
7373
path: dataexchange
7474

7575
- name: Checkout updater
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v6
7777
with:
7878
repository: pilot-protocol/updater
7979
path: updater
8080

8181
- name: Checkout gateway
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v6
8383
with:
8484
repository: pilot-protocol/gateway
8585
path: gateway
8686

8787
- name: Checkout nameserver
88-
uses: actions/checkout@v4
88+
uses: actions/checkout@v6
8989
with:
9090
repository: pilot-protocol/nameserver
9191
path: nameserver
9292

9393
- name: Checkout rendezvous
94-
uses: actions/checkout@v4
94+
uses: actions/checkout@v6
9595
with:
9696
repository: pilot-protocol/rendezvous
9797
path: rendezvous
9898

9999
- name: Checkout beacon
100-
uses: actions/checkout@v4
100+
uses: actions/checkout@v6
101101
with:
102102
repository: pilot-protocol/beacon
103103
path: beacon
104104

105105
- name: Checkout app-store
106-
uses: actions/checkout@v4
106+
uses: actions/checkout@v6
107107
with:
108108
repository: pilot-protocol/app-store
109109
path: app-store
110110

111111
- name: Checkout libpilot
112-
uses: actions/checkout@v4
112+
uses: actions/checkout@v6
113113
with:
114114
repository: pilot-protocol/libpilot
115115
path: libpilot

0 commit comments

Comments
 (0)