Skip to content

Commit defec1e

Browse files
committed
github: Update actions versions
1 parent 6cae65f commit defec1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.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
with:
2727
fetch-depth: 0
2828
- name: Fmt

0 commit comments

Comments
 (0)