@@ -31,39 +31,28 @@ jobs:
3131 cibuildwheel :
3232 - " cp311"
3333 steps :
34- <<<<<<< before updating
35- - uses : actions/checkout@v6
36- =======
3734 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
38-
39- - uses : actions-ext/python/setup@main
40- >>>>>>> after updating
4135 with :
4236 submodules : ' true'
4337
4438 - name : Setup cache (mac/linux)
45- uses : actions/cache@v5
39+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4640 with :
4741 path : " /home/runner/work/openfpgaloader-python/openfpgaloader-python/.ccache"
4842 key : cache-${{ runner.os }}-
4943 restore-keys : cache-${{ runner.os }}-
5044 if : ${{ runner.os != 'Windows' }}
5145
52- <<<<<<< before updating
5346 - name : Setup cache (windows)
54- uses : actions/cache@v5
55- =======
56- - name : Publish Unit Test Results
57- uses : EnricoMi/publish-unit-test-result-action@d0a4676d0e0b938bc201470d88276b7c74c712b3 # v2.24.0
58- >>>>>>> after updating
47+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5948 with :
6049 path : " C:/ProgramData/chocolatey/"
6150 key : cache-${{ runner.os }}-
6251 restore-keys : cache-${{ runner.os }}-
6352 if : ${{ runner.os == 'Windows' }}
6453
6554 - name : Set up Python ${{ matrix.python-version }}
66- uses : actions/setup-python@v6
55+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6756 with :
6857 python-version : ${{ matrix.python-version }}
6958 cache : ' pip'
7362 run : pip install cibuildwheel
7463
7564 - name : Set up MSYS2 (windows)
76- uses : msys2/setup-msys2@v2
65+ uses : msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0
7766 with :
7867 msystem : UCRT64
7968 update : true
10695 if : ${{ matrix.os == 'windows-2022' }}
10796
10897 - name : Upload Wheel
109- uses : actions/upload-artifact@v7
98+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
11099 with :
111100 name : dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
112101 path : dist/*.whl
0 commit comments