Skip to content

Commit fa7d072

Browse files
chore(ci): bump the github-actions group with 2 updates (#401)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c5be78 commit fa7d072

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v5
1818
- name: Set up Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
cache: "pip"
@@ -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/[email protected].0
31+
uses: codecov/[email protected].1
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }} # required

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616
- name: Set up Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: "3.x"
2020
- name: Install pypa/build

0 commit comments

Comments
 (0)