Skip to content

Commit 2bc28cc

Browse files
committed
Use latest version of actions/checkout in Go release workflow
Previously, a significantly outdated version of the actions/checkout GitHub Actions workflow was in use.
1 parent ba4f72b commit 2bc28cc

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
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v1
15+
uses: actions/checkout@v2
1616
with:
1717
fetch-depth: 0
1818

workflow-templates/release-go-task.yml

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

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v1
15+
uses: actions/checkout@v2
1616
with:
1717
fetch-depth: 0
1818

0 commit comments

Comments
 (0)