Skip to content

Commit

Permalink
Merge pull request #136 from gabibguti/master
Browse files Browse the repository at this point in the history
Reference actions by commit SHA
  • Loading branch information
lemire authored Sep 19, 2023
2 parents 7e78d86 + 95c2271 commit ce529ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe #v4.1.0
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0
- name: Test
run: go test ./...

0 comments on commit ce529ed

Please sign in to comment.