Skip to content

Commit 6a57f7a

Browse files
Merge pull request #221 from egraphs-good/dependabot/github_actions/actions-production-39b85b4918
Bump the actions-production group across 1 directory with 3 updates
2 parents 97a55a2 + f1747fd commit 6a57f7a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
python-version: "3.12"
5959
cache: "pip"
6060
- run: pip install -e .[test]
61-
- uses: CodSpeedHQ/action@v2
61+
- uses: CodSpeedHQ/action@v3
6262
with:
6363
token: ${{ secrets.CODSPEED_TOKEN }}
6464
run: pytest -vvv -n auto

.github/workflows/version.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
with:
5555
ref: version-${{ needs.bump.outputs.version }}
5656
- name: Setup QEMU
57-
uses: docker/setup-qemu-action@v1
58-
- uses: PyO3/maturin-action@v1.42.1
57+
uses: docker/setup-qemu-action@v3
58+
- uses: PyO3/maturin-action@v1.45.0
5959
with:
6060
manylinux: auto
6161
command: build
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v4
7575
with:
7676
ref: version-${{ needs.bump.outputs.version }}
77-
- uses: PyO3/maturin-action@v1.42.1
77+
- uses: PyO3/maturin-action@v1.45.0
7878
with:
7979
command: build
8080
args: --release -o dist --find-interpreter
@@ -92,7 +92,7 @@ jobs:
9292
- uses: actions/checkout@v4
9393
with:
9494
ref: version-${{ needs.bump.outputs.version }}
95-
- uses: PyO3/maturin-action@v1.42.1
95+
- uses: PyO3/maturin-action@v1.45.0
9696
with:
9797
command: build
9898
target: universal2-apple-darwin
@@ -114,7 +114,7 @@ jobs:
114114
pattern: wheels-*
115115
merge-multiple: true
116116
- name: Publish to PyPI
117-
uses: PyO3/maturin-action@v1.42.1
117+
uses: PyO3/maturin-action@v1.45.0
118118
env:
119119
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
120120
with:

0 commit comments

Comments
 (0)