Skip to content

Commit 07ac044

Browse files
committed
tests: update actions to latest version
1 parent d24d971 commit 07ac044

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,23 @@ jobs:
7979
cppstd: "-std=c++98"
8080

8181
steps:
82-
- uses: actions/checkout@v3
82+
- uses: actions/checkout@v4
83+
8384
- name: Set up Python ${{ matrix.python-version }}
84-
uses: actions/setup-python@v4
85+
uses: actions/setup-python@v5
8586
with:
8687
python-version: ${{ matrix.python-version }}
88+
8789
- name: Display Python version
8890
run: python -c "import sys; print(sys.version)"
91+
8992
- name: Install Python lib and test libs
9093
run: |
9194
pip install '.[test]'
95+
9296
- name: Run pycodestyle
9397
run: pycodestyle . --exclude=docs
98+
9499
- name: Setup castxml for Linux
95100
if: matrix.os == 'ubuntu-20.04' && matrix.castxml == 'castxml'
96101
run: |

0 commit comments

Comments
 (0)