Skip to content

Commit cb6b56e

Browse files
authored
Merge pull request #46 from alanlujan91/dependabot/github_actions/actions-b30df6d962
2 parents 9f1855f + 98c735f commit cb6b56e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0
3131

@@ -41,7 +41,7 @@ jobs:
4141
# if: github.event_name == 'release' && github.event.action == 'published'
4242

4343
steps:
44-
- uses: actions/download-artifact@v4
44+
- uses: actions/download-artifact@v5
4545
with:
4646
name: Packages
4747
path: dist

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
name: Format
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
27-
- uses: actions/setup-python@v5
27+
- uses: actions/setup-python@v6
2828
with:
2929
python-version: "3.x"
3030
- uses: pre-commit/action@v3.0.1
@@ -50,11 +50,11 @@ jobs:
5050
runs-on: ubuntu-latest
5151

5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
with:
5555
fetch-depth: 0
5656

57-
- uses: actions/setup-python@v5
57+
- uses: actions/setup-python@v6
5858
with:
5959
python-version: ${{ matrix.python-version }}
6060
allow-prereleases: true
@@ -68,6 +68,6 @@ jobs:
6868
--durations=20
6969
7070
- name: Upload coverage report
71-
uses: codecov/codecov-action@v5.4.0
71+
uses: codecov/codecov-action@v5.5.1
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)