Skip to content

Commit 386f8d5

Browse files
authored
Fix releases process (#68)
The previous commit did not fix the releases process, as there were still some GitHub Actions dependencies which needed to be updated. Updated the dependencies in this commit.
1 parent b397a25 commit 386f8d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_tag_and_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
steps:
2828
-
2929
name: Checkout
30-
uses: actions/[email protected].2
30+
uses: actions/[email protected].4
3131
with:
3232
fetch-depth: 0
3333
-
3434
name: Set up Go
35-
uses: actions/[email protected].2
35+
uses: actions/[email protected].3
3636
with:
3737
go-version: 1.15
3838
-

0 commit comments

Comments
 (0)