File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717 build :
1818 runs-on : ubuntu-22.04
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : install prerequisites
2222 run : |
2323 sudo apt-get update
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : ' Checkout'
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : ' Install prerequisites and build'
1515 uses : vmactions/freebsd-vm@v1
1616 with :
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-22.04
2323 steps :
2424 - name : ' Checkout'
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 0
2828 - name : ' Get latest tag'
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-22.04
1111 steps :
1212 - name : ' Checkout'
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : ' Install prerequisites'
1515 run : |
1616 sudo apt-get update
Original file line number Diff line number Diff line change 2121 DISTRO : ${{ matrix.os }}
2222 steps :
2323 - name : ' Checkout'
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 - name : ' Install toolchain'
2626 if : ${{ (matrix.compiler == 'clang') && (matrix.os == 'ubuntu-22.04') }}
2727 run : .github/workflows/install-clang.sh 15
Original file line number Diff line number Diff line change 1010 runs-on : windows-2022
1111 steps :
1212 - name : ' Checkout'
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : ' Setup Python'
1515 uses : actions/setup-python@v5
1616 with :
3131 runs-on : windows-2022
3232 steps :
3333 - name : ' Checkout'
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 - name : ' Setup Python'
3636 uses : actions/setup-python@v5
3737 with :
5757 shell : msys2 {0}
5858 steps :
5959 - name : ' Checkout'
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v5
6161 - name : ' Setup MSYS2'
6262 uses : msys2/setup-msys2@v2
6363 with :
You can’t perform that action at this time.
0 commit comments