We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164b916 commit 96cc017Copy full SHA for 96cc017
.github/workflows/lint-sample.yml
@@ -13,7 +13,7 @@ jobs:
13
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
14
steps:
15
- name: Clone the code
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
- name: Setup Go
18
uses: actions/setup-go@v4
19
with:
0 commit comments