Skip to content

Commit eebcd0c

Browse files
authored
Merge pull request #852 from mkmer/new-actions-versions
Bump actions to new versions
2 parents f1a68e1 + 30addb6 commit eebcd0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ['3.11']
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Set up Python ${{ matrix.python-version }}
2222
uses: actions/setup-python@v4
2323
with:
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
tox -r -e cov
3535
- name: Codecov
36-
uses: codecov/codecov-action@v1
36+
uses: codecov/codecov-action@v3
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
flags: unittests

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: [3.11]
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- name: Set up Python ${{ matrix.python-version }}
2222
uses: actions/setup-python@v4
2323
with:

0 commit comments

Comments
 (0)