Skip to content

Commit ffe10f9

Browse files
build(deps): bump actions/checkout from 4 to 6
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>
1 parent c6433d9 commit ffe10f9

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
name: Go Vet
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
with:
2121
repository: agentanycast/agentanycast
2222
path: agentanycast-main
2323
sparse-checkout: proto
2424

25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
with:
2727
repository: AgentAnycast/agentanycast-identity
2828
path: agentanycast-identity
@@ -57,15 +57,15 @@ jobs:
5757
name: Lint
5858
runs-on: ubuntu-latest
5959
steps:
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v6
6161

62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v6
6363
with:
6464
repository: agentanycast/agentanycast
6565
path: agentanycast-main
6666
sparse-checkout: proto
6767

68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v6
6969
with:
7070
repository: AgentAnycast/agentanycast-identity
7171
path: agentanycast-identity
@@ -102,15 +102,15 @@ jobs:
102102
name: Go Test
103103
runs-on: ubuntu-latest
104104
steps:
105-
- uses: actions/checkout@v4
105+
- uses: actions/checkout@v6
106106

107-
- uses: actions/checkout@v4
107+
- uses: actions/checkout@v6
108108
with:
109109
repository: agentanycast/agentanycast
110110
path: agentanycast-main
111111
sparse-checkout: proto
112112

113-
- uses: actions/checkout@v4
113+
- uses: actions/checkout@v6
114114
with:
115115
repository: AgentAnycast/agentanycast-identity
116116
path: agentanycast-identity
@@ -150,15 +150,15 @@ jobs:
150150
name: Security Audit
151151
runs-on: ubuntu-latest
152152
steps:
153-
- uses: actions/checkout@v4
153+
- uses: actions/checkout@v6
154154

155-
- uses: actions/checkout@v4
155+
- uses: actions/checkout@v6
156156
with:
157157
repository: agentanycast/agentanycast
158158
path: agentanycast-main
159159
sparse-checkout: proto
160160

161-
- uses: actions/checkout@v4
161+
- uses: actions/checkout@v6
162162
with:
163163
repository: AgentAnycast/agentanycast-identity
164164
path: agentanycast-identity
@@ -194,15 +194,15 @@ jobs:
194194
name: Build Binary (linux-amd64)
195195
runs-on: ubuntu-latest
196196
steps:
197-
- uses: actions/checkout@v4
197+
- uses: actions/checkout@v6
198198

199-
- uses: actions/checkout@v4
199+
- uses: actions/checkout@v6
200200
with:
201201
repository: agentanycast/agentanycast
202202
path: agentanycast-main
203203
sparse-checkout: proto
204204

205-
- uses: actions/checkout@v4
205+
- uses: actions/checkout@v6
206206
with:
207207
repository: AgentAnycast/agentanycast-identity
208208
path: agentanycast-identity

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
- os: linux
2525
arch: arm64
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
2828

29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
with:
3131
repository: agentanycast/agentanycast
3232
path: agentanycast-main
3333
sparse-checkout: proto
3434

35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v6
3636
with:
3737
repository: AgentAnycast/agentanycast-identity
3838
path: agentanycast-identity
@@ -79,15 +79,15 @@ jobs:
7979
needs: build
8080
runs-on: ubuntu-latest
8181
steps:
82-
- uses: actions/checkout@v4
82+
- uses: actions/checkout@v6
8383

84-
- uses: actions/checkout@v4
84+
- uses: actions/checkout@v6
8585
with:
8686
repository: agentanycast/agentanycast
8787
path: agentanycast-main
8888
sparse-checkout: proto
8989

90-
- uses: actions/checkout@v4
90+
- uses: actions/checkout@v6
9191
with:
9292
repository: AgentAnycast/agentanycast-identity
9393
path: agentanycast-identity

0 commit comments

Comments
 (0)