File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 go-version : ${{ matrix.go-version }}
2121
2222 - name : Checkout code
23- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
23+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2424
2525 - name : Create test directory
2626 run : |
3030 run : go mod download
3131
3232 - name : Cache / restore go modules
33- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
33+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3434 with :
3535 path : |
3636 ~/go/pkg/mod
5050 fi
5151
5252 - name : Run golangci-lint
53- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
53+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20
5454
5555 # Install gotestsum with go get for 1.15.3; otherwise default to go install
5656 - name : Install gotestsum
@@ -71,13 +71,13 @@ jobs:
7171
7272 # Save coverage report parts
7373 - name : Upload and save artifacts
74- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
74+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
7575 with :
7676 name : Test Results-${{matrix.go-version}}
7777 path : ${{ env.TEST_RESULTS }}
7878
7979 - name : Upload coverage report
80- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
80+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
8181 with :
8282 path : coverage.out
8383 name : Coverage-report-${{matrix.go-version}}
You can’t perform that action at this time.
0 commit comments