Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent fd1dd5a commit 658aecd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-python-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: rui314/setup-mold@v1
# set up uv for faster Python package management
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
version: "latest"
enable-cache: true
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/reusable-python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0
# set up uv for faster Python package management
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
version: "latest"
enable-cache: true
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
fetch-depth: 0
# set up uv for faster Python package management
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
version: "latest"
enable-cache: true
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
override_cache_key: wheels-${{ matrix.runs-on }}
# set up uv for faster Python package management
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
version: "latest"
enable-cache: true
Expand All @@ -178,7 +178,7 @@ jobs:
git diff --color=always
git update-index --assume-unchanged pyproject.toml
# run cibuildwheel to build wheels for the specified Python version
- uses: pypa/cibuildwheel@v2.21
- uses: pypa/cibuildwheel@v2.22
- name: Verify clean directory
run: git diff --exit-code
shell: bash
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
echo "CIBW_BEFORE_ALL_LINUX=/opt/python/cp311-cp311/bin/pip install z3-solver==${{ inputs.z3-version }}" >> $GITHUB_ENV
# set up uv for faster Python package management
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
version: "latest"
enable-cache: true
Expand All @@ -238,7 +238,7 @@ jobs:
git update-index --assume-unchanged pyproject.toml
# run cibuildwheel to build wheels for the specified Python version
- name: Build wheels
uses: pypa/cibuildwheel@v2.21
uses: pypa/cibuildwheel@v2.22
env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_TEST_SKIP: "cp*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: rui314/setup-mold@v1
# set up uv for faster Python package management
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
version: "latest"
enable-cache: true
Expand Down

0 comments on commit 658aecd

Please sign in to comment.