55 tags :
66 - boost-*
77
8+ permissions :
9+ contents : write
10+
811jobs :
912 release-posix-cmake :
1013 runs-on : ubuntu-latest
1114
1215 steps :
13- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1417 with :
1518 path : ${{ github.ref_name }}
1619 submodules : true
2730 tar -cJf ${{ github.ref_name }}-cmake.tar.xz ${{ github.ref_name }}
2831 sha256sum ${{ github.ref_name }}-cmake.tar.xz > ${{ github.ref_name }}-cmake.tar.xz.txt
2932
30- - uses : softprops/action-gh-release@v2
33+ - uses : softprops/action-gh-release@v3
3134 with :
3235 files : |
3336 ${{ github.ref_name }}-cmake.tar.gz
4144 needs : release-posix-cmake
4245
4346 steps :
44- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v6
4548 with :
4649 path : ${{ github.ref_name }}
4750 submodules : true
5962 7z a ${{ github.ref_name }}-cmake.7z ${{ github.ref_name }}
6063 sha256sum ${{ github.ref_name }}-cmake.7z > ${{ github.ref_name }}-cmake.7z.txt
6164
62- - uses : softprops/action-gh-release@v2
65+ - uses : softprops/action-gh-release@v3
6366 with :
6467 files : |
6568 ${{ github.ref_name }}-cmake.zip
7376 needs : release-windows-cmake
7477
7578 steps :
76- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v6
7780 with :
7881 path : ${{ github.ref_name }}
7982 submodules : true
99102 tar -cJf ${{ github.ref_name }}-b2-nodocs.tar.xz ${{ github.ref_name }}
100103 sha256sum ${{ github.ref_name }}-b2-nodocs.tar.xz > ${{ github.ref_name }}-b2-nodocs.tar.xz.txt
101104
102- - uses : softprops/action-gh-release@v2
105+ - uses : softprops/action-gh-release@v3
103106 with :
104107 files : |
105108 ${{ github.ref_name }}-b2-nodocs.tar.gz
@@ -113,7 +116,7 @@ jobs:
113116 needs : release-posix-b2-nodocs
114117
115118 steps :
116- - uses : actions/checkout@v4
119+ - uses : actions/checkout@v6
117120 with :
118121 path : ${{ github.ref_name }}
119122 submodules : true
@@ -140,7 +143,7 @@ jobs:
140143 7z a ${{ github.ref_name }}-b2-nodocs.7z ${{ github.ref_name }}
141144 sha256sum ${{ github.ref_name }}-b2-nodocs.7z > ${{ github.ref_name }}-b2-nodocs.7z.txt
142145
143- - uses : softprops/action-gh-release@v2
146+ - uses : softprops/action-gh-release@v3
144147 with :
145148 files : |
146149 ${{ github.ref_name }}-b2-nodocs.zip
0 commit comments