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 container :
4343 image : ghcr.io/linux-nvme/debian.python:latest
4444 steps :
45- - uses : actions/checkout@v5
45+ - uses : actions/checkout@v6
4646 - name : Mark repo as safe for git
4747 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
4848 - name : build
6565 - arch : s390x
6666 - arch : ppc64le
6767 steps :
68- - uses : actions/checkout@v5
68+ - uses : actions/checkout@v6
6969 - name : enable foreign arch
7070 uses : dbhi/qus/action@main
7171 - name : Login to GitHub Container Registry
@@ -100,7 +100,7 @@ jobs:
100100 image : ghcr.io/linux-nvme/debian:latest
101101 if : github.ref == 'refs/heads/master'
102102 steps :
103- - uses : actions/checkout@v5
103+ - uses : actions/checkout@v6
104104 - name : Mark repo as safe for git
105105 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
106106 - name : build
@@ -119,7 +119,7 @@ jobs:
119119 container :
120120 image : ghcr.io/linux-nvme/debian:latest
121121 steps :
122- - uses : actions/checkout@v5
122+ - uses : actions/checkout@v6
123123 - name : Mark repo as safe for git
124124 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
125125 - name : build
@@ -132,7 +132,7 @@ jobs:
132132 container :
133133 image : ghcr.io/linux-nvme/debian:latest
134134 steps :
135- - uses : actions/checkout@v5
135+ - uses : actions/checkout@v6
136136 - name : Mark repo as safe for git
137137 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
138138 - name : build
@@ -145,7 +145,7 @@ jobs:
145145 container :
146146 image : ghcr.io/linux-nvme/debian:latest
147147 steps :
148- - uses : actions/checkout@v5
148+ - uses : actions/checkout@v6
149149 - name : Mark repo as safe for git
150150 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
151151 - name : build
0 commit comments