diff options
| author | 2025-04-10 05:29:28 -0400 | |
|---|---|---|
| committer | 2025-04-10 05:29:28 -0400 | |
| commit | 8320f5d164845e898e485f33937dcaa779c9433d (patch) | |
| tree | f8c4f5a364c43da9632a1f2ef5caf341261fd6cc /.github/workflows/unit_tests.yml | |
| parent | 06798a55510acc6b31401e5218b62dea626abcb0 (diff) | |
| parent | b10c92e14e6bc28dfd5e7ca235fc4a2a521f8272 (diff) | |
Update upstream source from tag 'upstream/2.1.1'
Update to upstream version '2.1.1'
with Debian dir dea1a206ab06fcea80887978b3ea4e613ebf73ba
Diffstat (limited to '.github/workflows/unit_tests.yml')
| -rw-r--r-- | .github/workflows/unit_tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 53e60e1..32899c2 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.5.0 with: python-version: ${{ matrix.python-version }} |
