Skip to content

Commit 8110437

Browse files
authored
Merge pull request #35 from per1234/update-checkout
Use latest version of actions/checkout in Go release workflow
2 parents 61ad067 + f911c98 commit 8110437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workflow-templates/dependabot/workflow-template-copies/.github/workflows/publish-go-nightly-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v1
18+
uses: actions/checkout@v2
1919
with:
2020
fetch-depth: 0
2121

workflow-templates/publish-go-nightly-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v1
18+
uses: actions/checkout@v2
1919
with:
2020
fetch-depth: 0
2121

0 commit comments

Comments
 (0)