Skip to content

Commit 7e96d8c

Browse files
authored
Merge pull request #267 from goplus/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 9647216 + 003dfdb commit 7e96d8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Set up Go/Go+
1717
uses: goplus/setup-goplus@v1.1.0

0 commit comments

Comments
 (0)