Skip to content

Commit

Permalink
Fix releases process (#68)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
johnboyes committed Dec 6, 2020
1 parent b397a25 commit 386f8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
steps:
-
name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
go-version: 1.15
-
Expand Down

0 comments on commit 386f8d5

Please sign in to comment.