Skip to content

Commit 5cae62f

Browse files
TEAM4-0dependabot[bot]CasperWA
authored
[Auto-generated] Update dependencies (#207)
Update GH Actions: * Bump codecov/codecov-action from 3 to 4 (#205) Update `pre-commit` hooks. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no> Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
1 parent bd94920 commit 5cae62f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ jobs:
6767

6868
- name: Upload coverage to Codecov
6969
if: github.repository == 'SINTEF/oteapi-optimade'
70-
uses: codecov/codecov-action@v3
70+
uses: codecov/codecov-action@v4
7171
with:
72+
token: ${{ secrets.CODECOV_TOKEN }}
7273
env_vars: OS,PYTHON
7374
flags: local
7475
env:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
additional_dependencies: [black]
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.1.15
38+
rev: v0.2.0
3939
hooks:
4040
- id: ruff
4141
args: ["--fix", "--exit-non-zero-on-fix", "--show-fixes"]

0 commit comments

Comments
 (0)