Skip to content

Commit

Permalink
github: Use SHA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Oct 5, 2022
1 parent 0fb2b3d commit 1fd3320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
go-version: ${{ matrix.go-version }}
check-latest: true
Expand Down

0 comments on commit 1fd3320

Please sign in to comment.