Skip to content

Commit b63b93a

Browse files
authored
Merge pull request #3 from TotallyNotRobots/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents e0750a2 + 55ab0bb commit b63b93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
checks:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- uses: actions/setup-go@v4
1919
with:
2020
go-version: "1.21"

0 commit comments

Comments
 (0)