File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1414 with :
1515 go-version : ${{ matrix.go-version }}
1616 - name : Check out code into the Go module directory
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Install Task
1919 uses : arduino/setup-task@v2
2020 with :
3434 with :
3535 go-version : 1.24.x
3636 - name : Check out code into the Go module directory
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 - name : Install Task
3939 uses : arduino/setup-task@v2
4040 with :
5151 with :
5252 go-version : 1.24.x
5353 - name : Check out code into the Go module directory
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 - name : Install Task
5656 uses : arduino/setup-task@v2
5757 with :
6363 runs-on : ubuntu-latest
6464 steps :
6565 - name : Check out code into the Go module directory
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v5
6767 with :
6868 fetch-depth : 0
6969 - name : Install Task
7777 runs-on : ubuntu-latest
7878 needs : build
7979 steps :
80- - uses : actions/checkout@v4
80+ - uses : actions/checkout@v5
8181 - name : Set up Go
8282 uses : actions/setup-go@v5
8383 with :
8989 runs-on : ubuntu-latest
9090 needs : build
9191 steps :
92- - uses : actions/checkout@v4
92+ - uses : actions/checkout@v5
9393 - name : Set up Go
9494 uses : actions/setup-go@v5
9595 with :
Original file line number Diff line number Diff line change 2020 language : [go]
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 - name : Initialize CodeQL
2525 uses : github/codeql-action/init@v3
2626 with :
Original file line number Diff line number Diff line change 1212 id : repo_name
1313 run : echo ::set-output name=repository::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')
1414 - name : Check out code into the Go module directory
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818 - name : Set up QEMU
Original file line number Diff line number Diff line change 1212 id : repo_name
1313 run : echo ::set-output name=repository::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')
1414 - name : Check out code into the Go module directory
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818 - name : Set up QEMU
You can’t perform that action at this time.
0 commit comments