Skip to content

Commit d4c2018

Browse files
Bump the actions group with 2 updates (#348)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16de56f commit d4c2018

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
persist-credentials: false
2727
- name: Setup Python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
cache: 'pip'

.github/workflows/dist-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
export PYTHON_VERSION=$(sed 's/^cp3/3./' <<< ${{ matrix.python }} )
6262
echo "PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV
6363
64-
- uses: actions/setup-python@v5
64+
- uses: actions/setup-python@v6
6565
with:
6666
python-version: "3.11"
6767
allow-prereleases: true
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
persist-credentials: false
116116

117-
- uses: actions/setup-python@v5
117+
- uses: actions/setup-python@v6
118118
with:
119119
# Build sdist on lowest supported Python
120120
python-version: '3.9'

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ jobs:
8888
name: all-dist-${{ github.run_id }}
8989
path: dist/
9090
- name: Publish package distributions to TestPyPI
91-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
91+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
9292
with:
9393
repository-url: https://test.pypi.org/legacy/
9494
skip-existing: true
9595
attestations: ${{ env.DRY_RUN }}
9696
- name: Publish distribution 📦 to PyPI
9797
if: startsWith(env.DRY_RUN, 'false')
98-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
98+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
9999

100100
post-publish:
101101
needs: [publish]

.github/workflows/test-python.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v5
2525
with:
2626
persist-credentials: false
27-
- uses: actions/setup-python@v5
27+
- uses: actions/setup-python@v6
2828
- name: Install Deps
2929
run: |
3030
python -m pip install rust-just uv
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
persist-credentials: false
4747
- name: Setup Python
48-
uses: actions/setup-python@v5
48+
uses: actions/setup-python@v6
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151
cache: 'pip'
@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions/checkout@v5
104104
with:
105105
persist-credentials: false
106-
- uses: actions/setup-python@v5
106+
- uses: actions/setup-python@v6
107107
- name: Install Deps
108108
run: |
109109
python -m pip install rust-just uv
@@ -131,7 +131,7 @@ jobs:
131131
with:
132132
persist-credentials: false
133133
- name: Setup Python
134-
uses: actions/setup-python@v5
134+
uses: actions/setup-python@v6
135135
with:
136136
python-version: 3.9
137137
cache: 'pip'
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
persist-credentials: false
154154
- name: Setup Python
155-
uses: actions/setup-python@v5
155+
uses: actions/setup-python@v6
156156
with:
157157
python-version: 3.9
158158
cache: 'pip'

0 commit comments

Comments
 (0)