Skip to content

Commit 5684274

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
2929
python -m pip install flake8 pytest .[test] -r requirements.txt -r requirements_test.txt
30-
- uses: pre-commit/action@v3.0.0
30+
- uses: pre-commit/action@v3.0.1
3131
- name: mypy
3232
run: |
3333
mypy flux_led
@@ -40,4 +40,4 @@ jobs:
4040
run: |
4141
pytest --cov=flux_led --cov-report term-missing --cov-report xml -- tests.py tests_aio.py
4242
- name: Upload codecov
43-
uses: codecov/codecov-action@v2
43+
uses: codecov/codecov-action@v5

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Set up Python
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.x"
1919
- name: Install dependencies

0 commit comments

Comments
 (0)