Skip to content

Commit d359624

Browse files
authored
Merge pull request #152 from pytest-dev/dependabot/github_actions/github-actions-d73aa77c67
Bump the github-actions group with 2 updates
2 parents a56db1a + af538a0 commit d359624

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
@@ -39,7 +39,7 @@ jobs:
3939
path: dist
4040

4141
- name: Publish package to PyPI
42-
uses: pypa/[email protected].2
42+
uses: pypa/[email protected].3
4343
with:
4444
attestations: true
4545

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pip install scons
5050
scons -j4 -C tests
5151
- name: Upload compilation results
52-
uses: actions/[email protected].0
52+
uses: actions/[email protected].1
5353
with:
5454
name: tests
5555
if-no-files-found: error

0 commit comments

Comments
 (0)