2020 matrix :
2121 os : [ubuntu-latest, windows-latest, macos-latest, macos-13]
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Setup Go Stable
2525 uses : ./
2626 with :
3535 matrix :
3636 os : [ubuntu-latest, windows-latest, macos-latest, macos-13]
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939 - name : Setup Go oldStable
4040 uses : ./
4141 with :
5757 - os : macos-13
5858 architecture : x32
5959 steps :
60- - uses : actions/checkout@v4
60+ - uses : actions/checkout@v5
6161 - name : Setup Go ${{ matrix.version }} ${{ matrix.architecture }}
6262 uses : ./
6363 with :
8282 go : 1.23.2
8383 steps :
8484 - name : Checkout
85- uses : actions/checkout@v4
85+ uses : actions/checkout@v5
8686
8787 - name : setup-go ${{ matrix.go }}
8888 uses : ./
@@ -101,7 +101,7 @@ jobs:
101101 os : [ubuntu-latest, windows-latest, macos-latest, macos-13]
102102 go-version : ['1.20', '1.21', '1.22', '1.23']
103103 steps :
104- - uses : actions/checkout@v4
104+ - uses : actions/checkout@v5
105105 - name : Setup Go and check latest
106106 uses : ./
107107 with :
@@ -117,7 +117,7 @@ jobs:
117117 matrix :
118118 os : [ubuntu-latest, windows-latest, macos-latest, macos-13]
119119 steps :
120- - uses : actions/checkout@v4
120+ - uses : actions/checkout@v5
121121 - name : Setup Go and check latest
122122 uses : ./
123123 with :
@@ -133,7 +133,7 @@ jobs:
133133 matrix :
134134 os : [ubuntu-latest, windows-latest, macos-latest, macos-13]
135135 steps :
136- - uses : actions/checkout@v4
136+ - uses : actions/checkout@v5
137137 - name : Setup Go and check latest
138138 uses : ./
139139 with :
@@ -151,7 +151,7 @@ jobs:
151151 go : [1.20.14, 1.21.10, 1.22.8, 1.23.2]
152152 steps :
153153 - name : Checkout
154- uses : actions/checkout@v4
154+ uses : actions/checkout@v5
155155
156156 - name : setup-go ${{ matrix.go }}
157157 uses : ./
@@ -171,7 +171,7 @@ jobs:
171171 go : [1.11.12]
172172 steps :
173173 - name : Checkout
174- uses : actions/checkout@v4
174+ uses : actions/checkout@v5
175175
176176 - name : setup-go ${{ matrix.go }}
177177 uses : ./
@@ -199,7 +199,7 @@ jobs:
199199 - os : macos-13
200200 architecture : x64
201201 steps :
202- - uses : actions/checkout@v4
202+ - uses : actions/checkout@v5
203203 - name : Setup Go and check latest
204204 uses : ./
205205 with :
0 commit comments