Skip to content

Commit 89178ed

Browse files
authored
Merge pull request #582 from pytest-dev/dependabot/github_actions/github-actions-7b3e105d96
Bump the github-actions group with 6 updates
2 parents f2bbc28 + 783bfc7 commit 89178ed

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Diff for: .github/workflows/deploy.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
package:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Build and Check Package
15-
uses: hynek/build-and-inspect-python-package@v1.5
15+
uses: hynek/build-and-inspect-python-package@v2.10
1616

1717
deploy:
1818
needs: [package]
@@ -27,18 +27,18 @@ jobs:
2727
contents: write # For release.
2828

2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131

3232
- name: Download Package
33-
uses: actions/download-artifact@v3
33+
uses: actions/download-artifact@v4
3434
with:
3535
name: Packages
3636
path: dist
3737

3838
- name: Publish package to PyPI
39-
uses: pypa/gh-action-pypi-publish@v1.8.5
39+
uses: pypa/gh-action-pypi-publish@v1.12.3
4040

4141
- name: GitHub Release
42-
uses: softprops/action-gh-release@v1
42+
uses: softprops/action-gh-release@v2
4343
with:
4444
files: dist/*

Diff for: .github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
package:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Build and Check Package
21-
uses: hynek/build-and-inspect-python-package@v1.5
21+
uses: hynek/build-and-inspect-python-package@v2.10
2222

2323
test:
2424

@@ -46,15 +46,15 @@ jobs:
4646
os: macos-latest
4747

4848
steps:
49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@v4
5050

5151
- name: Set up Python ${{ matrix.python-version }}
52-
uses: actions/setup-python@v5.2.0
52+
uses: actions/setup-python@v5.3.0
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555

5656
- name: Download Package
57-
uses: actions/download-artifact@v3
57+
uses: actions/download-artifact@v4
5858
with:
5959
name: Packages
6060
path: dist

0 commit comments

Comments
 (0)