Skip to content

Commit 21ca9d0

Browse files
authored
Merge pull request #618 from pytest-dev/dependabot/github_actions/github-actions-b2892712ba
Bump the github-actions group with 2 updates
2 parents 261087b + 61c87ff commit 21ca9d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
path: dist
3737

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

4141
- name: GitHub Release
4242
uses: softprops/action-gh-release@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v5
4545

4646
- name: Set up Python ${{ matrix.python-version }}
47-
uses: actions/setup-python@v5.6.0
47+
uses: actions/setup-python@v6.0.0
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050

0 commit comments

Comments
 (0)