@@ -26,16 +26,16 @@ jobs:
2626 create_version :
2727 runs-on : ubuntu-24.04
2828 steps :
29- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4
30- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
29+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
30+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5
3131 with :
3232 python-version : ' 3.10'
3333 - name : Create version
3434 run : |
3535 mkdir version
3636 echo "$(python _version.py).dev$(date '+%Y%m%d%H%M%S')" > version/version.txt
3737 cat version/version.txt
38- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
38+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
3939 with :
4040 name : version-file
4141 path : version
@@ -49,19 +49,19 @@ jobs:
4949 os : [ubuntu-22.04, ubuntu-24.04, macos-14]
5050 python-version : ['3.10', '3.11', '3.12', '3.13']
5151 steps :
52- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4
52+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
5353 - name : Set up Python
54- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
54+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5
5555 with :
5656 python-version : ${{ matrix.python-version }}
5757
58- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
58+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
5959 with :
6060 name : version-file
6161 path : version
6262
6363 - name : Set up Bazel
64- uses : bazel-contrib/setup-bazel@e8776f58fb6a6e9055cbaf1b38c52ccc5247e9c4 # 0.14 .0
64+ uses : bazel-contrib/setup-bazel@43d7d5ceab59a307da44fc7585faa2a2fff4f88d # 0.16 .0
6565 with :
6666 bazelisk-cache : true
6767 disk-cache : ${{ github.workflow }}
8484 sed "s/^MANYLINUX_VERSION.*/MANYLINUX_VERSION=\"manylinux_${GLIBC_VERSION}_x86_64.manylinux2014_x86_64\"/" BUILD -i || true
8585 bazel build --define GLIBC_VERSION=$GLIBC_VERSION --define TARGET_VERSION="$(python -c "print(\"py${TARGET_PYTHON}\".replace(\".\", \"\"))")" --define VERSION="$(cat version/version.txt)" :tesseract_decoder_wheel
8686
87- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
87+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
8888 with :
8989 name : python-wheels-${{ matrix.os }}-${{ matrix.python-version }}
9090 path : ./bazel-bin/*.whl
9696
9797 steps :
9898 - name : Download build artifacts
99- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
99+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
100100 with :
101101 pattern : python-wheels-*
102102 merge-multiple : true
0 commit comments