Skip to content

Commit 4e047af

Browse files
authored
Merge pull request #36 from quarkslab/dependabot/github_actions/python-8a6385e9c9
Bump the python group with 4 updates
2 parents ed7af5f + 0b4d691 commit 4e047af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: actions/setup-python@v6
1515
with:
1616
python-version: '3.10'
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.PYPI_DEPLOY_TOKEN }}
4343

4444
- name: Upload Python packages for release notes
45-
uses: softprops/action-gh-release@v2.4.1
45+
uses: softprops/action-gh-release@v2.5.0
4646
with:
4747
files: |
4848
dist/*

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
lfs: true
18-
- uses: actions/setup-python@v5
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: |
2121
3.11
@@ -31,7 +31,7 @@ jobs:
3131
- name: Generate coverage
3232
run: tox run -e py310-coverage -- -s --cov-report=term
3333

34-
- uses: actions/upload-artifact@v4
34+
- uses: actions/upload-artifact@v5
3535
with:
3636
name: coverage
3737
path: ./htmlcov

0 commit comments

Comments
 (0)