Skip to content

Commit e766dcb

Browse files
committed
dump action versions
1 parent 18c26a7 commit e766dcb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Set up Python 3
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.12'
20+
python-version: '3.13'
2121

2222
- name: Install Dependencies
2323
shell: bash
@@ -29,4 +29,4 @@ jobs:
2929
shell: bash
3030
run: |
3131
pylint nomad/
32-
black --check -l 120 -t py312 nomad/
32+
black --check -l 120 -t py313 nomad/

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
run: |
6363
./run_tests.sh
6464
- name: Upload coverage to Codecov
65-
uses: codecov/codecov-action@v4
65+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)