diff --git a/.copier-answers.yaml b/.copier-answers.yaml index f8f3897..a704225 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 99606c7 +_commit: 392c67f _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index db37d72..0e3d254 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,12 +31,12 @@ jobs: cibuildwheel: - "cp311" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: submodules: 'true' - name: Setup cache (mac/linux) - uses: actions/cache@v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: "/home/runner/work/openfpgaloader-python/openfpgaloader-python/.ccache" key: cache-${{ runner.os }}- @@ -44,7 +44,7 @@ jobs: if: ${{ runner.os != 'Windows' }} - name: Setup cache (windows) - uses: actions/cache@v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: "C:/ProgramData/chocolatey/" key: cache-${{ runner.os }}- @@ -52,7 +52,7 @@ jobs: if: ${{ runner.os == 'Windows' }} - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: ${{ matrix.python-version }} cache: 'pip' @@ -62,7 +62,7 @@ jobs: run: pip install cibuildwheel - name: Set up MSYS2 (windows) - uses: msys2/setup-msys2@v2 + uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0 with: msystem: UCRT64 update: true @@ -95,7 +95,7 @@ jobs: if: ${{ matrix.os == 'windows-2022' }} - name: Upload Wheel - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }} path: dist/*.whl