1919 container :
2020 image : ghcr.io/linux-nvme/debian.python:latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : build
2424 run : |
2525 scripts/build.sh -b ${{ matrix.buildtype }} -c ${{ matrix.compiler }} -x
4040 - arch : s390x
4141 - arch : ppc64le
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 - name : enable foreign arch
4545 uses : dbhi/qus/action@main
4646 - name : Login to GitHub Container Registry
7474 image : ghcr.io/linux-nvme/debian:latest
7575 if : github.ref == 'refs/heads/master'
7676 steps :
77- - uses : actions/checkout@v4
77+ - uses : actions/checkout@v5
7878 - name : build
7979 run : |
8080 scripts/build.sh -b release -c gcc fallback
9191 container :
9292 image : ghcr.io/linux-nvme/debian:latest
9393 steps :
94- - uses : actions/checkout@v4
94+ - uses : actions/checkout@v5
9595 - name : build
9696 run : |
9797 scripts/build.sh -m muon
@@ -102,7 +102,7 @@ jobs:
102102 container :
103103 image : ghcr.io/linux-nvme/debian:latest
104104 steps :
105- - uses : actions/checkout@v4
105+ - uses : actions/checkout@v5
106106 - name : build
107107 run : |
108108 make static
@@ -113,7 +113,7 @@ jobs:
113113 container :
114114 image : ghcr.io/linux-nvme/debian:latest
115115 steps :
116- - uses : actions/checkout@v4
116+ - uses : actions/checkout@v5
117117 - name : build
118118 run : |
119119 scripts/build.sh distro
0 commit comments