1919 container :
2020 image : ghcr.io/linux-nvme/debian.python:latest
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - name : Mark repo as safe for git
2424 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
2525 - name : build
4242 - arch : s390x
4343 - arch : ppc64le
4444 steps :
45- - uses : actions/checkout@v5
45+ - uses : actions/checkout@v6
4646 - name : enable foreign arch
4747 uses : dbhi/qus/action@main
4848 - name : Login to GitHub Container Registry
7777 image : ghcr.io/linux-nvme/debian:latest
7878 if : github.ref == 'refs/heads/master'
7979 steps :
80- - uses : actions/checkout@v5
80+ - uses : actions/checkout@v6
8181 - name : Mark repo as safe for git
8282 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
8383 - name : build
9696 container :
9797 image : ghcr.io/linux-nvme/debian:latest
9898 steps :
99- - uses : actions/checkout@v5
99+ - uses : actions/checkout@v6
100100 - name : Mark repo as safe for git
101101 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
102102 - name : build
@@ -109,7 +109,7 @@ jobs:
109109 container :
110110 image : ghcr.io/linux-nvme/debian:latest
111111 steps :
112- - uses : actions/checkout@v5
112+ - uses : actions/checkout@v6
113113 - name : Mark repo as safe for git
114114 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
115115 - name : build
@@ -122,7 +122,7 @@ jobs:
122122 container :
123123 image : ghcr.io/linux-nvme/debian:latest
124124 steps :
125- - uses : actions/checkout@v5
125+ - uses : actions/checkout@v6
126126 - name : Mark repo as safe for git
127127 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
128128 - name : build
0 commit comments