Skip to content

Commit 771556c

Browse files
committed
remove codecov, update GHA
1 parent 0a00f41 commit 771556c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/analyze.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout 🚚
16-
uses: actions/checkout@4.1.1
16+
uses: actions/checkout@v4.1.1
1717
with:
1818
fetch-depth: 1
1919
- name: Set up Python 🐍
@@ -49,7 +49,7 @@ jobs:
4949
needs: build
5050
steps:
5151
- name: Checkout 🚚
52-
uses: actions/checkout@4.1.1
52+
uses: actions/checkout@v4.1.1
5353
with:
5454
fetch-depth: 0
5555
- name: Download reports 📥

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
1313
steps:
1414
- name: Checkout 🚚
15-
uses: actions/checkout@4.1.1
15+
uses: actions/checkout@v4.1.1
1616
with:
1717
fetch-depth: 1
1818
- name: Set up Python ${{ matrix.python-version }} 🐍

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout 🚚
14-
uses: actions/checkout@4.1.1
14+
uses: actions/checkout@v4.1.1
1515
- name: Set up Python 3.12 🐍
1616
uses: actions/setup-python@5.1.0
1717
with:

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
restore-keys: |
2222
${{ runner.os }}-buildx-
2323
- name: Checkout 🚚
24-
uses: actions/checkout@4.1.1
24+
uses: actions/checkout@v4.1.1
2525

2626
- name: Docker Meta 📋
2727
id: meta

.github/workflows/pages_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout 🚚
13-
uses: actions/checkout@4.1.1
13+
uses: actions/checkout@v4.1.1
1414

1515
- name: Set up Python 🐍
1616
uses: actions/setup-python@5.1.0

.github/workflows/qodana_code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
qodana:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@4.1.1
13+
- uses: actions/checkout@v4.1.1
1414
with:
1515
fetch-depth: 0
1616
- name: 'Qodana Scan'

0 commit comments

Comments
 (0)