Skip to content

Commit

Permalink
ci: Switch to explicit versions of Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhoth committed Jul 14, 2021
1 parent a1167ee commit cc0bfa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v2.1.3
with:
go-version: 1.16

Expand Down

0 comments on commit cc0bfa0

Please sign in to comment.