Skip to content

Commit c556592

Browse files
authored
Merge pull request #174 from python/dependabot/github_actions/actions-e4f981a896
Bump the actions group with 5 updates
2 parents 6e9bcaa + 40e175b commit c556592

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: actions/setup-python@v4
17+
- uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.x"
20-
- uses: pre-commit/action@v3.0.0
20+
- uses: pre-commit/action@v3.0.1

.github/workflows/pypi-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23-
- uses: hynek/build-and-inspect-python-package@v1
23+
- uses: hynek/build-and-inspect-python-package@v2
2424

2525
# Upload to real PyPI on GitHub Releases.
2626
release-pypi:
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Download packages built by build-and-inspect-python-package
41-
uses: actions/download-artifact@v3
41+
uses: actions/download-artifact@v4
4242
with:
4343
name: Packages
4444
path: dist

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
branch: ["origin/main", "3.12", "3.11", "3.10", "3.9", "3.8"]
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v4
18+
- uses: actions/setup-python@v5
1919
with:
2020
python-version: 3
2121
allow-prereleases: true
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
cat ./logs/docsbuild.log
4646
- name: Upload
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
49-
name: doc-html
49+
name: doc-html-${{ matrix.branch }}
5050
path: www/

0 commit comments

Comments
 (0)