2121 steps :
2222 - uses : actions/checkout@v4
2323 with :
24- path : co # test that things working isn’t just a coincident of PWD == BREKWIT_DIR
24+ path : co # test that things working isn’t just a coincident of PWD == BREKWIT_DIR
2525
26- - uses : pkgxdev/setup@v2
26+ - uses : pkgxdev/setup@v4
2727
2828 - uses : ./co/build
2929 id : build
5454 steps :
5555 - uses : actions/checkout@v4
5656 with :
57- path : co # test that things working isn’t just a coincident of PWD == BREKWIT_DIR
58- - uses : pkgxdev/setup@v2
57+ path : co # test that things working isn’t just a coincident of PWD == BREKWIT_DIR
58+ - uses : pkgxdev/setup@v4
5959 - uses : ./co/download-build-artifact
6060 with :
6161 pkg : ${{ needs.build.outputs.pkg }}
7777 steps :
7878 - uses : actions/checkout@v4
7979 with :
80- path : co # test that things working isn’t just a coincident of PWD == BREKWIT_DIR
81- - uses : pkgxdev/setup@v2
80+ path : co # test that things working isn’t just a coincident of PWD == BREKWIT_DIR
81+ - uses : pkgxdev/setup@v4
8282 - uses : ./co/download-build-artifact
8383 with :
8484 pkg : ${{ needs.build.outputs.pkg }}
@@ -100,9 +100,9 @@ jobs:
100100 steps :
101101 - uses : actions/checkout@v4
102102 with :
103- path : co # test that things working isn’t just a coincident of PWD == BREKWIT_DIR
103+ path : co # test that things working isn’t just a coincident of PWD == BREKWIT_DIR
104104
105- - uses : pkgxdev/setup@v2
105+ - uses : pkgxdev/setup@v4
106106
107107 - uses : ./co/download-build-artifact
108108 id : dl
@@ -119,14 +119,14 @@ jobs:
119119
120120 - uses : actions/upload-artifact@v4
121121 with :
122- path : ${{ steps.bottle.outputs.filename }}
123- name : ${{ steps.bottle.outputs.name }}
122+ path : ${{ steps.bottle.outputs.filename }}
123+ name : ${{ steps.bottle.outputs.name }}
124124
125125 unavailable :
126126 runs-on : ubuntu-latest
127127 steps :
128128 - uses : actions/checkout@v4
129- - uses : pkgxdev/setup@v2
129+ - uses : pkgxdev/setup@v4
130130
131131 - uses : ./build
132132 id : build
@@ -148,7 +148,7 @@ jobs:
148148 pkgs : ${{ steps.id.outputs.pkgs }}
149149 steps :
150150 - uses : actions/checkout@v4
151- - uses : pkgxdev/setup@v2
151+ - uses : pkgxdev/setup@v4
152152 - uses : ./id
153153 id : id
154154 with :
0 commit comments