Skip to content

Commit 271caf2

Browse files
authored
Merge pull request #9 from spaceapi-community/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents beb6dc8 + ada65b9 commit 271caf2

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@v4
14+
- uses: actions/checkout@v5
1515
- uses: actions/setup-go@v5
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@v4
25+
- uses: actions/checkout@v5
2626
- uses: actions/setup-go@v5
2727
with:
2828
go-version: '^1.13.0'

0 commit comments

Comments
 (0)