Skip to content

Commit 8ced492

Browse files
Merge pull request #59 from depot/dependabot/github_actions/actions/checkout-6
build(deps): Bump actions/checkout from 4 to 6
2 parents b459b33 + c67ebb5 commit 8ced492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- uses: actions/setup-go@v5
1313
with:
1414
go-version: "1.24"
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v6
5050
- uses: actions/setup-go@v5
5151
with:
5252
go-version: "1.24"

0 commit comments

Comments
 (0)