We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c26a7 commit e766dcbCopy full SHA for e766dcb
2 files changed
.github/workflows/lint.yml
@@ -12,12 +12,12 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
17
- name: Set up Python 3
18
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
19
with:
20
- python-version: '3.12'
+ python-version: '3.13'
21
22
- name: Install Dependencies
23
shell: bash
@@ -29,4 +29,4 @@ jobs:
29
30
run: |
31
pylint nomad/
32
- black --check -l 120 -t py312 nomad/
+ black --check -l 120 -t py313 nomad/
.github/workflows/main.yml
@@ -62,4 +62,4 @@ jobs:
62
63
./run_tests.sh
64
- name: Upload coverage to Codecov
65
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
0 commit comments