File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 matrix :
99 go-version : [ '1.22', '1.23' ]
1010 steps :
11- - uses : actions/checkout@v1
11+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1212 - name : Set up Go ${{ matrix.go-version }}
13- uses : actions/setup-go@v1
13+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1414 with :
1515 go-version : ${{ matrix.go-version }}
1616 - name : Run tests
2222 matrix :
2323 go-version : [ '1.22', '1.23' ]
2424 steps :
25- - uses : actions/checkout@v1
25+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626 - name : Set up Go ${{ matrix.go-version }}
27- uses : actions/setup-go@v1
27+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2828 with :
2929 go-version : ${{ matrix.go-version }}
3030 - name : Run tests
You can’t perform that action at this time.
0 commit comments