Skip to content

Commit 5c900e1

Browse files
authored
Merge pull request #57 from per1234/update-actions-checkout
Use latest version of actions/checkout in Go release workflow
2 parents 7c2f6fa + 2bc28cc commit 5c900e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v1
21+
uses: actions/checkout@v2
2222
with:
2323
fetch-depth: 0
2424

workflow-templates/release-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v1
21+
uses: actions/checkout@v2
2222
with:
2323
fetch-depth: 0
2424

0 commit comments

Comments
 (0)