File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020 go-version : ${{ matrix.go-version }}
2121
2222 - name : Check out code into the Go module directory
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v4
2424
2525 - name : Build
2626 env :
6262 go-version : 1.22.x
6363
6464 - name : Check out code into the Go module directory
65- uses : actions/checkout@v2
65+ uses : actions/checkout@v4
6666
6767 - name : Install hwdata
6868 run : sudo apt-get install hwdata -y
8080 with :
8181 go-version : 1.22.x
8282
83- - uses : actions/checkout@v2
83+ - uses : actions/checkout@v4
8484
8585 - name : Install hwdata
8686 run : sudo apt-get install hwdata -y
9696 uses : actions/setup-go@v3
9797 with :
9898 go-version : 1.22.x
99- - uses : actions/checkout@v2
99+ - uses : actions/checkout@v4
100100 - name : golangci-lint
101101 uses : golangci/golangci-lint-action@v3
102102 with :
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ubuntu-latest
108108 name : Hadolint
109109 steps :
110- - uses : actions/checkout@v2
110+ - uses : actions/checkout@v4
111111112112 name : Run Hadolint
113113 with :
@@ -117,7 +117,7 @@ jobs:
117117 go-check :
118118 runs-on : ubuntu-latest
119119 steps :
120- - uses : actions/checkout@v2
120+ - uses : actions/checkout@v4
121121
122122 - name : Set up Go
123123 uses : actions/setup-go@v3
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v4
2828
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v3
You can’t perform that action at this time.
0 commit comments