Skip to content

Commit eecdd22

Browse files
committed
github: Update GH actions versions
1 parent 1e0d9d7 commit eecdd22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.platform }}
1313
steps:
1414
- name: Install Go
15-
uses: actions/setup-go@v5
15+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1616
with:
1717
go-version: ${{ matrix.go-version }}
1818
- name: Install staticcheck
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
2323
shell: bash
2424
- name: Checkout code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2626
- name: Fmt
2727
if: matrix.platform != 'windows-latest' # :(
2828
run: "diff <(gofmt -d .) <(printf '')"

0 commit comments

Comments
 (0)