Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3beefd7

Browse files
committed
Update GHA.
1 parent 5af0c82 commit 3beefd7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
matrix:
1111
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1212
steps:
13-
- uses: actions/checkout@v4
14-
- uses: actions/setup-python@v5
13+
- uses: actions/checkout@v5
14+
- uses: actions/setup-python@v6
1515
with:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install
@@ -36,8 +36,8 @@ jobs:
3636
runs-on: ubuntu-latest
3737
needs: build
3838
steps:
39-
- uses: actions/checkout@v4
40-
- uses: actions/setup-python@v5
39+
- uses: actions/checkout@v5
40+
- uses: actions/setup-python@v6
4141
with:
4242
python-version: "3.12"
4343
- name: Coverage

0 commit comments

Comments
 (0)