Skip to content

Commit 00a7532

Browse files
committed
updated to newset version of the actions
1 parent 847cc52 commit 00a7532

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test-coverage-lint.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- ubuntu-latest
3333

3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
- name: Set up Python ${{ matrix.python-version }}
37-
uses: actions/setup-python@v4
37+
uses: actions/setup-python@v5
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
- name: Upgrade pip setuptools wheel
@@ -62,9 +62,9 @@ jobs:
6262
- ubuntu-latest
6363

6464
steps:
65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v4
6666
- name: Set up Python ${{ matrix.python-version }}
67-
uses: actions/setup-python@v4
67+
uses: actions/setup-python@v5
6868
with:
6969
python-version: ${{ matrix.python-version }}
7070
- name: Upgrade pip setuptools wheel
@@ -95,9 +95,9 @@ jobs:
9595
- ubuntu-latest
9696

9797
steps:
98-
- uses: actions/checkout@v3
98+
- uses: actions/checkout@v4
9999
- name: Set up Python ${{ matrix.python-version }}
100-
uses: actions/setup-python@v4
100+
uses: actions/setup-python@v5
101101
with:
102102
python-version: ${{ matrix.python-version }}
103103
- name: Upgrade pip setuptools wheel

0 commit comments

Comments
 (0)