Skip to content

Commit 2201c90

Browse files
chore(ci): bump the github-actions group with 3 updates (#395)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6dcc62a commit 2201c90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: ["3.11", "3.12", "3.13"]
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
@@ -28,6 +28,6 @@ jobs:
2828
- name: Tests
2929
run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
3030
- name: Upload coverage to Codecov
31-
uses: codecov/codecov-action@v5.4.3
31+
uses: codecov/codecov-action@v5.5.0
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }} # required

.github/workflows/python-publish.yml

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

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Download all the dists
48-
uses: actions/download-artifact@v4
48+
uses: actions/download-artifact@v5
4949
with:
5050
name: python-package-distributions
5151
path: dist/

0 commit comments

Comments
 (0)