diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40b54b72..8303f044 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -168,7 +168,7 @@ jobs: - name: Use pre-compiled Python for testing if: matrix.python != '' - uses: actions/setup-python@3d1e2d2ca0a067f27da6fec484fce7f5256def85 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: ${{ matrix.python }} allow-prereleases: true @@ -1077,7 +1077,7 @@ jobs: echo "dateversion=${dateversion}" >> $GITHUB_OUTPUT - name: Publish draft release - uses: softprops/action-gh-release@fbadcc90e88ecface60a0a0d123795b784ceb239 # v2.3.2 + uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3 with: draft: true prerelease: false