summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:23:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:23:28 +0000
commit11fa4c54635765dceecc0901becef11490c5e94e (patch)
treef67180f85d26b18d648c92a169c57df84b070d92 /.github
parentAdding upstream version 0.9.0. (diff)
downloadeos-downloader-11fa4c54635765dceecc0901becef11490c5e94e.tar.xz
eos-downloader-11fa4c54635765dceecc0901becef11490c5e94e.zip
Adding upstream version 0.10.0.upstream/0.10.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pr-management.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/pr-management.yml b/.github/workflows/pr-management.yml
index dc30ccf..ec36edc 100644
--- a/.github/workflows/pr-management.yml
+++ b/.github/workflows/pr-management.yml
@@ -16,10 +16,10 @@ jobs:
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v4
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- - uses: pre-commit-ci/lite-action@v1.0.1
+ - uses: pre-commit-ci/lite-action@v1.0.2
compiling:
name: Run installation process and code compilation supported Python versions
@@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
@@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
@@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
@@ -107,7 +107,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}