Skip to content

Commit 06c95ee

Browse files
authored
Merge pull request #12 from spaceapi-community/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 26b8331 + 1264ade commit 06c95ee

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
@@ -11,7 +11,7 @@ jobs:
1111
name: run tests
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-go@v6
1616
with:
1717
go-version: '^1.13.0'
@@ -22,7 +22,7 @@ jobs:
2222
name: check code formatting with gofmt
2323
runs-on: ubuntu-22.04
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: actions/setup-go@v6
2727
with:
2828
go-version: '^1.13.0'

0 commit comments

Comments
 (0)