Skip to content

Commit 51262f3

Browse files
committed
Github Actions: update action versions
1 parent 44215f1 commit 51262f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
os:
2323
- ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- name: Setup python for test ${{ matrix.py }}
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: ${{ matrix.py }}
3030
- name: Install tox

0 commit comments

Comments
 (0)