diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 08:18:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 08:18:57 +0000 |
commit | 3b64505c5a813b72307d14444390ffac9cccb0e5 (patch) | |
tree | 3e33d1ac888c55de4ded16a2a76b4add6f954ecc /.github/workflows/pr-management.yml | |
parent | Releasing debian version 0.10.2-1. (diff) | |
download | eos-downloader-3b64505c5a813b72307d14444390ffac9cccb0e5.tar.xz eos-downloader-3b64505c5a813b72307d14444390ffac9cccb0e5.zip |
Merging upstream version 0.10.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/pr-management.yml')
-rw-r--r-- | .github/workflows/pr-management.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-management.yml b/.github/workflows/pr-management.yml index 814bb39..201c494 100644 --- a/.github/workflows/pr-management.yml +++ b/.github/workflows/pr-management.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - uses: pre-commit-ci/lite-action@v1.0.2 + - uses: pre-commit-ci/lite-action@v1.1.0 compiling: name: Run installation process and code compilation supported Python versions |