Skip to content

Commit

Permalink
Pin GitHub action versions (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
neild committed Jun 5, 2023
1 parent 3bb304a commit 8cea5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Test
run: go test -v -race ./...
- name: Format
Expand Down

0 comments on commit 8cea5de

Please sign in to comment.