Commit 4093ecef4214b0ba29e4ed037e3020571a95c06e

Authored by Philippe Lagadec
1 parent 6b58e330

unittests.yml: updated to actions/checkout@v4 and actions/setup-python@v5

.github/workflows/unittests.yml
@@ -18,9 +18,9 @@ jobs: @@ -18,9 +18,9 @@ jobs:
18 runlint: 1 18 runlint: 1
19 19
20 steps: 20 steps:
21 - - uses: actions/checkout@v3 21 + - uses: actions/checkout@v4
22 - name: Set up Python ${{ matrix.python-version }} 22 - name: Set up Python ${{ matrix.python-version }}
23 - uses: actions/setup-python@v3 23 + uses: actions/setup-python@v5
24 with: 24 with:
25 python-version: ${{ matrix.python-version }} 25 python-version: ${{ matrix.python-version }}
26 - name: Install dependencies 26 - name: Install dependencies