Skip to content

Commit 134dcad

Browse files
Merge pull request #307 from egraphs-good/dependabot/github_actions/actions-9afd596cb3
Bump the actions group across 1 directory with 2 updates
2 parents 3b41794 + 355b2d5 commit 134dcad

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
@@ -68,7 +68,7 @@ jobs:
6868
- run: |
6969
export UV_PROJECT_ENVIRONMENT="${pythonLocation}"
7070
uv sync --extra test --locked
71-
- uses: CodSpeedHQ/action@v3.6.1
71+
- uses: CodSpeedHQ/action@v3.7.0
7272
with:
7373
token: ${{ secrets.CODSPEED_TOKEN }}
7474
# allow updating snapshots due to indeterministic benchmarks

.github/workflows/version.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
ref: version-${{ needs.bump.outputs.version }}
6666
- uses: actions/checkout@v4
6767
if: ${{ needs.bump.result == 'skipped' }}
68-
- uses: PyO3/maturin-action@v1.47.3
68+
- uses: PyO3/maturin-action@v1.49.3
6969
with:
7070
target: ${{ matrix.target }}
7171
manylinux: auto
@@ -91,7 +91,7 @@ jobs:
9191
if: ${{ needs.bump.result == 'skipped' }}
9292
- name: Setup QEMU
9393
uses: docker/setup-qemu-action@v3
94-
- uses: PyO3/maturin-action@v1.47.3
94+
- uses: PyO3/maturin-action@v1.49.3
9595
with:
9696
manylinux: auto
9797
command: build
@@ -114,7 +114,7 @@ jobs:
114114
ref: version-${{ needs.bump.outputs.version }}
115115
- uses: actions/checkout@v4
116116
if: ${{ needs.bump.result == 'skipped' }}
117-
- uses: PyO3/maturin-action@v1.47.3
117+
- uses: PyO3/maturin-action@v1.49.3
118118
with:
119119
command: build
120120
args: --release -o dist --find-interpreter
@@ -136,7 +136,7 @@ jobs:
136136
ref: version-${{ needs.bump.outputs.version }}
137137
- uses: actions/checkout@v4
138138
if: ${{ needs.bump.result == 'skipped' }}
139-
- uses: PyO3/maturin-action@v1.47.3
139+
- uses: PyO3/maturin-action@v1.49.3
140140
with:
141141
command: build
142142
target: universal2-apple-darwin
@@ -158,7 +158,7 @@ jobs:
158158
pattern: wheels-*
159159
merge-multiple: true
160160
- name: Publish to PyPI
161-
uses: PyO3/maturin-action@v1.47.3
161+
uses: PyO3/maturin-action@v1.49.3
162162
env:
163163
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
164164
with:

0 commit comments

Comments
 (0)